More name changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* always start by compiling this and producing the PCH file.
|
||||
* Then subsequent source files use the PCH file.
|
||||
*
|
||||
* If precompiling wx.h for wxWindows and derived apps,
|
||||
* If precompiling wx.h for wxWidgets and derived apps,
|
||||
* link dummy.obj with your program (the MSC 7 linker complains otherwise).
|
||||
*
|
||||
* This is the only convenient way I found to use precompiled headers
|
||||
|
@@ -3,7 +3,7 @@
|
||||
//---------------------------------------------------------------------------
|
||||
//-- all #includes that the whole Project needs. ----------------------------
|
||||
//---------------------------------------------------------------------------
|
||||
#include <wx/config.h> // to let wxWindows choose a wxConfig class for your platform
|
||||
#include <wx/config.h> // to let wxWidgets choose a wxConfig class for your platform
|
||||
#include <wx/confbase.h> // base config class
|
||||
#include <wx/dbtable.h>
|
||||
#include <wx/generic/grid.h>
|
||||
|
Reference in New Issue
Block a user