(U+6215): Apply new conventions for glyph granularity.
[chise/xemacs-chise.git.1] / src / sysdll.h
index ebb8a79..1870289 100644 (file)
@@ -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_ */