Commit 06f3b945 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

widl: Define _WIN32 by default.

parent 4069da56
......@@ -694,6 +694,7 @@ int main(int argc,char *argv[])
if (do_server) server_token = dup_basename_token(server_name,"_s.c");
add_widl_version_define();
wpp_add_define("_WIN32", NULL);
atexit(rm_tempfile);
if (!no_preprocess)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment