updating win32 port
[picodrive.git] / platform / win32 / GenaDrive / port_config.h
index fbb2170..44b049a 100644 (file)
@@ -7,19 +7,12 @@
 #define START_ROW  0 // which row of tiles to start rendering at?\r
 #define END_ROW   28 // ..end\r
 \r
+#define mix_32_to_16l_stereo_lvl mix_32_to_16l_stereo\r
+\r
 // pico.c\r
 #define CAN_HANDLE_240_LINES   0\r
 \r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif\r
-\r
-// common debug\r
-int dprintf (char *format, ...);\r
-int dprintf2(char *format, ...);\r
-\r
-#ifdef __cplusplus\r
-} // End of extern "C"\r
-#endif\r
+#define dprintf\r
+#define strcasecmp stricmp\r
 \r
 #endif //PORT_CONFIG_H\r