mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
define CALLBACK to quiet warnings for CE build.
This commit is contained in:
parent
b9f5925ceb
commit
8639c4e5cd
1 changed files with 4 additions and 0 deletions
|
@ -126,6 +126,10 @@ XP_U16 wince_snprintf( XP_UCHAR* buf, XP_U16 len, XP_UCHAR* format, ... );
|
||||||
# define MS(func) func
|
# define MS(func) func
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _WIN32_WCE
|
||||||
|
# undef CALLBACK
|
||||||
|
# define CALLBACK
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef CPLUS
|
#ifdef CPLUS
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue