more Windows CE

This commit is contained in:
nethack.allison
2002-07-23 04:52:48 +00:00
parent d9dad62838
commit c6c17bc00f
2 changed files with 12 additions and 2 deletions

View File

@@ -319,4 +319,14 @@ NEARDATA extern coord bhitpos; /* place where throw or zap hits or stops */
# define STATIC_PTR static
#endif
/* The function argument to qsort() requires a particular
* calling convention under WINCE which is not the default
* in that environment.
*/
#if defined(WIN_CE)
# define CFDECLSPEC __cdecl
#else
# define CFDECLSPEC
#endif
#endif /* HACK_H */