X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fsysdll.h;h=187028907efb1a4cd90212aeed93b89d1bff9f48;hp=ebb8a79382cea97314e38fc55b0911cc0e84dc6b;hb=414b512c0774e67ba8e160b605447d862d3be166;hpb=3e447015251ce6dcde843cbed10d9033d5538622 diff --git a/src/sysdll.h b/src/sysdll.h index ebb8a79..1870289 100644 --- a/src/sysdll.h +++ b/src/sysdll.h @@ -26,9 +26,9 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA extern "C" { #endif -#if defined(WIN32) +#if defined(WIN32_NATIVE) #define DLLEXPORT __declspec(dllexport) -#elif defined(_WINDOWS) +#elif defined(WIN16) #define DLLEXPORT FAR PASCAL _EXPORT #else #define DLLEXPORT @@ -50,4 +50,9 @@ const char *dll_error(dll_handle); } #endif +/* More stand-ins ... */ + +#define Qdll_filename_encoding Qfile_name +#define Qdll_function_name_encoding Qnative + #endif /* INCLUDED_sysdll_h_ */