Mercurial > hg > xemacs-beta
comparison src/sysdll.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
214 DLL_FUNC | 214 DLL_FUNC |
215 dll_variable (dll_handle h, const char *n) | 215 dll_variable (dll_handle h, const char *n) |
216 { | 216 { |
217 return dld_get_symbol(n); | 217 return dld_get_symbol(n); |
218 } | 218 } |
219 #elif defined(_WINDOWS) || defined(WIN32) | 219 #elif defined (WIN32_NATIVE) |
220 | |
221 #define WIN32_LEAN_AND_MEAN | |
222 #include <windows.h> | |
223 #undef WIN32_LEAN_AND_MEAN | |
224 | |
220 int | 225 int |
221 dll_init (const char *arg) | 226 dll_init (const char *arg) |
222 { | 227 { |
223 return 0; | 228 return 0; |
224 } | 229 } |