Skip to content
Snippets Groups Projects
Commit 76b6bca8 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

For reasons lost to history, commit 8b95d6 (18 years ago) disabled

long long when compiled with MSVC.  Re-enable it.
parent 5727d706
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -36,7 +36,7 @@
#define XP_PRINTF_TYPE_USHORT XP_PRINTF_TYPE_UINT
#define XP_PRINTF_TYPE_LONG 4
#define XP_PRINTF_TYPE_ULONG 5
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
#if !defined(__BORLANDC__)
#define XP_PRINTF_TYPE_LONGLONG 6
#define XP_PRINTF_TYPE_ULONGLONG 7
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment