Various VC++ 1.5 and other corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
|
||||
#include "scorefil.h"
|
||||
|
||||
|
||||
ScoreFile::ScoreFile(const char* appName)
|
||||
{
|
||||
#if 0
|
||||
|
@@ -15,7 +15,12 @@
|
||||
|
||||
#include <wx/config.h>
|
||||
|
||||
class wxConfig;
|
||||
#ifdef __WIN16__
|
||||
#include <wx/fileconf.h>
|
||||
|
||||
#undef wxConfig
|
||||
#define wxConfig wxFileConfig
|
||||
#endif
|
||||
|
||||
class ScoreFile {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user