X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsysdll.c;h=35e9117da892e3c5b4a53bc7d4b82e2ea1e6c414;hb=c3e6c84e9bbe713806f38e80f7549000171bbd3d;hp=2bcfc67242577e565a3cf7a04bd03b7c2abe9627;hpb=3e447015251ce6dcde843cbed10d9033d5538622;p=chise%2Fxemacs-chise.git- diff --git a/src/sysdll.c b/src/sysdll.c index 2bcfc67..35e9117 100644 --- a/src/sysdll.c +++ b/src/sysdll.c @@ -216,7 +216,12 @@ dll_variable (dll_handle h, const char *n) { return dld_get_symbol(n); } -#elif defined(_WINDOWS) || defined(WIN32) +#elif defined (WIN32_NATIVE) + +#define WIN32_LEAN_AND_MEAN +#include +#undef WIN32_LEAN_AND_MEAN + int dll_init (const char *arg) {