13 lines
375 B
Diff
13 lines
375 B
Diff
diff -Naur a/include/plist/plist.h b/include/plist/plist.h
|
|
--- a/include/plist/plist.h 2023-04-19 21:51:58.000000000 +0600
|
|
+++ b/include/plist/plist.h 2024-03-12 19:49:02.680998560 +0600
|
|
@@ -29,7 +29,7 @@
|
|
{
|
|
#endif
|
|
|
|
-#if _MSC_VER && _MSC_VER < 1700
|
|
+#ifdef _MSC_VER && _MSC_VER < 1700
|
|
typedef __int8 int8_t;
|
|
typedef __int16 int16_t;
|
|
typedef __int32 int32_t;
|