Skip to content

Commit 488f2c0

Browse files
committed
Update private_config.h.in
1 parent c09aba7 commit 488f2c0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/private_config.h.in

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ extern "C" {
1919
}
2020
#endif
2121

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-
3122
#ifdef _MSC_VER
3223
#define SPREFIX "I"
3324
#else

0 commit comments

Comments
 (0)