Name and version changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
// Created: 04/01/98
|
||||
// RCS-ID: $Id$
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
// Licence: wxWidgets licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// ============================================================================
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#include "wx/msw/private.h"
|
||||
|
||||
// Don't implement WinMain if we're building an MFC/wxWindows hybrid app.
|
||||
// Don't implement WinMain if we're building an MFC/wxWidgets hybrid app.
|
||||
#if wxUSE_MFC && !defined(NOMAIN)
|
||||
#define NOMAIN 1
|
||||
#endif
|
||||
@@ -107,7 +107,7 @@ extern "C"
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// Note that WinMain is also defined in dummy.obj, which is linked to
|
||||
// an application that is using the DLL version of wxWindows.
|
||||
// an application that is using the DLL version of wxWidgets.
|
||||
|
||||
#if defined(_WINDLL)
|
||||
|
||||
@@ -117,7 +117,7 @@ BOOL WINAPI
|
||||
DllMain(HANDLE hModule, DWORD fdwReason, LPVOID WXUNUSED(lpReserved))
|
||||
{
|
||||
// Only call wxEntry if the application itself is part of the DLL.
|
||||
// If only the wxWindows library is in the DLL, then the
|
||||
// If only the wxWidgets library is in the DLL, then the
|
||||
// initialisation will be called when the application implicitly
|
||||
// calls WinMain.
|
||||
#ifndef WXMAKINGDLL
|
||||
|
Reference in New Issue
Block a user