All occurances of #include <wx/wxprec.h> changed to #include "wx/wxprec.h"

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2001-10-30 13:33:34 +00:00
parent 3a7bfa067e
commit 92a19c2e77
59 changed files with 650 additions and 87 deletions

View File

@@ -5,7 +5,7 @@
// Author: Guilhem Lavaux <lavaux@easynet.fr> (C) 1999, 2000
// CVSID: $Id$
// --------------------------------------------------------------------------
#include <wx/wxprec.h>
#include "wx/wxprec.h"
#ifndef WX_PRECOMP
#include <wx/defs.h>