commit | 4e2884e17b01a04b5148fc00ea368d282951a0be | [log] [tgz] |
---|---|---|
author | Igor Zlatkovic <igor@src.gnome.org> | Fri Nov 22 17:54:30 2002 +0000 |
committer | Igor Zlatkovic <igor@src.gnome.org> | Fri Nov 22 17:54:30 2002 +0000 |
tree | 5c26f5a1c1641ddc8473db7dc516cbd87e86963c | |
parent | f9c4cad243374ec6a56cb5bfccc962fa8074f0c2 [diff] [blame] |
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