define CALLBACK to quiet warnings for CE build.

This commit is contained in:
ehouse 2006-05-28 00:42:34 +00:00
parent b9f5925ceb
commit 8639c4e5cd

View file

@ -126,6 +126,10 @@ XP_U16 wince_snprintf( XP_UCHAR* buf, XP_U16 len, XP_UCHAR* format, ... );
# define MS(func) func
#endif
#ifdef _WIN32_WCE
# undef CALLBACK
# define CALLBACK
#endif
#ifdef CPLUS
}