mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Legacy: Ensure stddef.h is present for size_t
Many compilers won't need this, but better to have it so it's correct.
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
#include "icsneo/platform/tchar.h"
|
#include "icsneo/platform/tchar.h"
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stddef.h>
|
||||||
typedef uint8_t byte; // Typedef helper for the following include
|
typedef uint8_t byte; // Typedef helper for the following include
|
||||||
#include "icsneo/icsnVC40.h" // Definitions for structs
|
#include "icsneo/icsnVC40.h" // Definitions for structs
|
||||||
|
|
||||||
@@ -166,4 +167,4 @@ extern int LegacyDLLExport icsneoDisableBitSmash(void* hObject, unsigned int res
|
|||||||
} // extern "C"
|
} // extern "C"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user