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:
Włodzimierz Skiba
2004-09-10 13:24:20 +00:00
parent 68379eaf0a
commit 43a6124f65
2 changed files with 2 additions and 7 deletions

View File

@@ -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