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 c09aba7 commit 488f2c0Copy full SHA for 488f2c0
src/private_config.h.in
@@ -19,15 +19,6 @@ extern "C" {
19
}
20
#endif
21
22
-#ifdef _MSC_VER
23
-/* God damn Microsoft ... */
24
-#define snprintf _snprintf
25
-#define strdup _strdup
26
-/* MS VC++ 2008 does not support inline */
27
-#define inline __inline
28
-#define alloca _alloca
29
-#endif
30
-
31
#ifdef _MSC_VER
32
#define SPREFIX "I"
33
#else
0 commit comments