CFDECLSPEC -> QSORTCALLBACK

also remove one inappropriate use of CFDECLSPEC
This commit is contained in:
nhmall
2021-01-31 13:58:19 -05:00
parent 322293993f
commit 41fc278cfb
9 changed files with 19 additions and 19 deletions

View File

@@ -568,9 +568,9 @@ enum optset_restrictions {
* in that environment.
*/
#if defined(WIN_CE)
#define CFDECLSPEC __cdecl
#define QSORTCALLBACK __cdecl
#else
#define CFDECLSPEC
#define QSORTCALLBACK
#endif
#define DEVTEAM_EMAIL "devteam@nethack.org"