Remove the last remnants of Windows CE related code
Remove the last few bits of code supporting Windows CE.
This commit is contained in:
@@ -22,8 +22,7 @@
|
||||
// use debug CRT functions for memory leak detections in VC++ 5.0+ in debug
|
||||
// builds
|
||||
#undef wxUSE_VC_CRTDBG
|
||||
#if defined(_DEBUG) && defined(__VISUALC__) \
|
||||
&& !defined(UNDER_CE)
|
||||
#if defined(_DEBUG) && defined(__VISUALC__)
|
||||
// it doesn't combine well with wxWin own memory debugging methods
|
||||
#if !wxUSE_GLOBAL_MEMORY_OPERATORS && !wxUSE_MEMORY_TRACING && !defined(__NO_VC_CRTDBG__)
|
||||
#define wxUSE_VC_CRTDBG
|
||||
|
Reference in New Issue
Block a user