updates from Javier
diff --git a/win32/wince/wincecompat.h b/win32/wince/wincecompat.h
index add0490..49468a3 100644
--- a/win32/wince/wincecompat.h
+++ b/win32/wince/wincecompat.h
@@ -35,6 +35,12 @@
 char *getenv( const char *varname );
 char *strerror(int errnum);
 
+/*
+	Macro'ed inexistant funtion names
+
+*/
+#define snprintf _snprintf
+#define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
 #define perror(_t) MessageBox(NULL, _T("_t"), _T("Error/Warning"), MB_OK)
 
 #endif
\ No newline at end of file