normalize includes: common

This commit is contained in:
brainiac
2025-12-18 00:40:31 -08:00
committed by Alex
parent c191ec02d4
commit 3d7101876f
39 changed files with 59 additions and 143 deletions
+2 -1
View File
@@ -19,6 +19,7 @@
#pragma once
#include <cstdint>
typedef uint8_t byte;
typedef uint8_t uint8;
typedef uint16_t uint16;
@@ -44,7 +45,7 @@ typedef const char Const_char; //for perl XS
#ifdef _WINDOWS
#if (!defined(_MSC_VER) || (defined(_MSC_VER) && _MSC_VER < 1900))
#define snprintf _snprintf
#define snprintf _snprintf
#endif
#define strncasecmp _strnicmp
#define strcasecmp _stricmp