more Windows CE
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user