Revision 119 CCVCommon.h
| CCVCommon.h (revision 119) | ||
|---|---|---|
| 10 | 10 |
|
| 11 | 11 |
#ifdef WIN32 |
| 12 | 12 |
#include "wx/msw/setup.h" |
| 13 |
#include "wx/msw/msvcrt.h" // redefines the new() operator to detect memory leak |
|
| 14 | 13 |
#include "msw/wx/msw/rcdefs.h" |
| 15 | 14 |
#pragma comment(lib,"ws2_32.lib") |
| 16 | 15 |
#pragma comment(lib,"comctl32.lib") |
| 16 |
// #include "../msvc/vld.h" // for detecting memory leak |
|
| 17 | 17 |
#endif // WIN32 |
| 18 | 18 |
|
| 19 | 19 |
#include <vector> |
Also available in: Unified diff
