Skip to content
Snippets Groups Projects
Commit b0252d73 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 ec4a8c96
No related branches found
No related tags found
No related merge requests found
Pipeline #5804 passed
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#define XP_PRINTF_TYPE_USHORT XP_PRINTF_TYPE_UINT #define XP_PRINTF_TYPE_USHORT XP_PRINTF_TYPE_UINT
#define XP_PRINTF_TYPE_LONG 4 #define XP_PRINTF_TYPE_LONG 4
#define XP_PRINTF_TYPE_ULONG 5 #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_LONGLONG 6
#define XP_PRINTF_TYPE_ULONGLONG 7 #define XP_PRINTF_TYPE_ULONGLONG 7
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment