#include markup fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-10-06 18:17:23 +00:00
parent 88ef3a57a4
commit 6b62c9ad44
15 changed files with 29 additions and 29 deletions

View File

@@ -17,7 +17,7 @@
#endif
#if wxUSE_DEPRECATED
#include <wx/deprecated/setup.h>
#include "wx/deprecated/setup.h"
#endif
#ifndef wxUSE_PROLOGIO

View File

@@ -14,7 +14,7 @@
#define _MFUTILS_H_
#include <wx/metafile.h>
#include "wx/metafile.h"
#ifndef GetRValue
#define GetRValue(rgb) ((unsigned char)(rgb))

View File

@@ -15,7 +15,7 @@
#include "wx/ogl/basic.h"
#if wxUSE_PROLOGIO
#include <wx/deprecated/wxexpr.h>
#include "wx/deprecated/wxexpr.h"
#endif