summarylogtreecommitdiffstats
path: root/xlstypes.patch
blob: 26b685f7a70927f5a0de12739200bcd2a46632be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ./include/libxls/xlstypes.h	2021-01-04 12:31:47.000000000 +0800
+++ ./include/libxls/xlstypes.h	2024-05-09 19:15:09.855514549 +0800
@@ -36,11 +36,7 @@
 #ifndef XLS_TYPES_INC
 #define XLS_TYPES_INC
 
-#ifdef __cplusplus
-#include <cstdint>
-#else
 #include <stdint.h>
-#endif
 #include <sys/types.h>
 
 typedef unsigned char		BYTE;