the old-new win32 port
[libpicofe.git] / common / lprintf.h
index d09a461..48b8d57 100644 (file)
@@ -1,7 +1,10 @@
-#if defined(__GP2X__) || defined(PSP)
-#include <stdio.h>
-#define lprintf printf
-#else
-#include "giz.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern void lprintf(const char *fmt, ...);
+
+#ifdef __cplusplus
+}
 #endif