Bug#11761576 54082: HANDLE_SEGFAULT MAKES USE OF UNSAFE FUNCTIONS
Post-push fix: build break on windows/optimized
This commit is contained in:
parent
9a15f2492b
commit
23dce762a4
@ -122,6 +122,10 @@ extern "C" { // Because of SCO 3.2V4.2
|
|||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __WIN__
|
||||||
|
#include <crtdbg.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __NETWARE__
|
#ifdef __NETWARE__
|
||||||
#define zVOLSTATE_ACTIVE 6
|
#define zVOLSTATE_ACTIVE 6
|
||||||
#define zVOLSTATE_DEACTIVE 2
|
#define zVOLSTATE_DEACTIVE 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user