michael@0: // stdafx.h michael@0: michael@0: #ifndef __STDAFX_H michael@0: #define __STDAFX_H michael@0: michael@0: #define _WIN32_WINNT 0x0400 michael@0: michael@0: // it's for Windows NT supporting (MENUITEMINFOW) michael@0: #define WINVER 0x0400 michael@0: michael@0: #include michael@0: #include michael@0: michael@0: #include "Common/NewHandler.h" michael@0: michael@0: #endif