Fix compilation of perl xs on Windows with boost 1.78
This commit is contained in:
parent
5004897c2d
commit
f1276332ba
@ -70,6 +70,7 @@
|
|||||||
#undef fclose
|
#undef fclose
|
||||||
#undef sleep
|
#undef sleep
|
||||||
#undef snprintf
|
#undef snprintf
|
||||||
|
#undef vsnprintf
|
||||||
#undef strerror
|
#undef strerror
|
||||||
#undef test
|
#undef test
|
||||||
#undef times
|
#undef times
|
||||||
@ -84,6 +85,7 @@
|
|||||||
#undef select
|
#undef select
|
||||||
|
|
||||||
// Because of TBB
|
// Because of TBB
|
||||||
|
#undef _WIN32_WINNT // To avoid compiler warnings
|
||||||
#define _WIN32_WINNT 0x0502
|
#define _WIN32_WINNT 0x0502
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
#undef Zero
|
#undef Zero
|
||||||
|
Loading…
Reference in New Issue
Block a user