Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50a1df commit 3d37f43Copy full SHA for 3d37f43
1 file changed
PC/config.h
@@ -99,6 +99,9 @@ typedef int pid_t;
99
#define IMPORT_8x3_NAMES
100
typedef int pid_t;
101
#define WORD_BIT 16
102
+#define SIZEOF_INT 2
103
+#define SIZEOF_LONG 4
104
+#define SIZEOF_VOID_P 4
105
#pragma warning(disable:4113)
106
#define memcpy memmove /* memcpy dangerous pointer wrap in Win 3.1 */
107
#define hypot _hypot
@@ -163,8 +166,14 @@ typedef int pid_t;
163
166
#endif
164
167
#ifdef M_I386
165
168
#define WORD_BIT 32
169
+#define SIZEOF_INT 4
170
171
172
#else
173
174
175
176
177
178
#define VA_LIST_IS_ARRAY
179
#define HAVE_CLOCK
0 commit comments