Some unnecessary wxUSE_MFC occurences removed following Vadim's experience (see wx-dev on 6.8.2004).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include "wx/wxchar.h"
|
||||
|
||||
// include standard Windows headers
|
||||
#if defined(__WXMSW__) && !wxUSE_MFC
|
||||
#if defined(__WXMSW__)
|
||||
#include "wx/msw/wrapwin.h"
|
||||
#endif
|
||||
|
||||
|
@@ -34,11 +34,6 @@
|
||||
|
||||
#include "wx/msw/private.h"
|
||||
|
||||
// Don't implement WinMain if we're building an MFC/wxWidgets hybrid app.
|
||||
#if wxUSE_MFC && !defined(NOMAIN)
|
||||
#define NOMAIN 1
|
||||
#endif
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
// BC++ has to be special: its run-time expects the DLL entry point to be
|
||||
// named DllEntryPoint instead of the (more) standard DllMain
|
||||
|
Reference in New Issue
Block a user