Avoid warnings from mgl headers if possible.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_PRIVATE_H_
|
||||
#define _WX_PRIVATE_H_
|
||||
#ifndef _WX_MGL_PRIVATE_H_
|
||||
#define _WX_MGL_PRIVATE_H_
|
||||
|
||||
#include "wx/ioswrap.h"
|
||||
#include <mgraph.hpp>
|
||||
#include "pmapi.h"
|
||||
|
||||
@@ -50,4 +51,4 @@ public:
|
||||
};
|
||||
|
||||
|
||||
#endif // _WX_PRIVATE_H_
|
||||
#endif // _WX_MGL_PRIVATE_H_
|
||||
|
Reference in New Issue
Block a user