Commit eae4c27c authored by irrlicht's avatar irrlicht

fixed gui editor v7 solution file, corrected CFontTool #defines for windows

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@713 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 52989af3
...@@ -120,6 +120,9 @@ ...@@ -120,6 +120,9 @@
<Files> <Files>
<Filter <Filter
Name="gui"> Name="gui">
<File
RelativePath=".\CGUIDummyEditorStub.h">
</File>
<File <File
RelativePath=".\CGUIEditFactory.cpp"> RelativePath=".\CGUIEditFactory.cpp">
</File> </File>
...@@ -138,36 +141,49 @@ ...@@ -138,36 +141,49 @@
<File <File
RelativePath=".\CGUIEditWorkspace.h"> RelativePath=".\CGUIEditWorkspace.h">
</File> </File>
<File
RelativePath=".\CGUIPanel.cpp">
</File>
<File
RelativePath=".\CGUIPanel.h">
</File>
<File
RelativePath=".\CGUITextureAttribute.h">
</File>
<File
RelativePath=".\CGUITextureCacheBrowser.cpp">
</File>
<File
RelativePath=".\CGUITextureCacheBrowser.h">
</File>
<File
RelativePath=".\CMemoryReadWriteFile.cpp">
</File>
<File
RelativePath=".\CMemoryReadWriteFile.h">
</File>
<Filter <Filter
Name="GUIAttributes" Name="GUIAttributes">
>
<File <File
RelativePath=".\CGUIAttribute.h" RelativePath=".\CGUIAttribute.h">
>
</File> </File>
<File <File
RelativePath=".\CGUIAttributeEditor.cpp" RelativePath=".\CGUIAttributeEditor.cpp">
>
</File> </File>
<File <File
RelativePath=".\CGUIAttributeEditor.h" RelativePath=".\CGUIAttributeEditor.h">
>
</File> </File>
<File <File
RelativePath=".\CGUIBoolAttribute.h" RelativePath=".\CGUIBoolAttribute.h">
>
</File> </File>
<File <File
RelativePath=".\CGUIColorAttribute.h" RelativePath=".\CGUIColorAttribute.h">
>
</File> </File>
<File <File
RelativePath=".\CGUIEnumAttribute.h" RelativePath=".\CGUIEnumAttribute.h">
>
</File> </File>
<File <File
RelativePath=".\CGUIStringAttribute.h" RelativePath=".\CGUIStringAttribute.h">
>
</File> </File>
</Filter> </Filter>
</Filter> </Filter>
......
...@@ -4,18 +4,18 @@ ...@@ -4,18 +4,18 @@
#include "irrlicht.h" #include "irrlicht.h"
#ifdef _IRR_WINDOWS_ #if defined(_IRR_WINDOWS_)
#ifdef _MBCS #ifdef _MBCS
#undef _MBCS #undef _MBCS
#endif #endif
#define UNICODE
#define UNICODE
#define _WIN32_WINNT 0x0500 #define _WIN32_WINNT 0x0500
#include "windows.h" #include "windows.h"
#endif #else
#ifdef _IRR_COMPILE_WITH_X11_ #ifdef _IRR_COMPILE_WITH_X11_
#include <X11/Xlib.h> #include <X11/Xlib.h>
#endif
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment