Commit 7c4b5a16 authored by hybrid's avatar hybrid

Remove WCHAR_FILESYSTEM from non-windows systems.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2582 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 78457b93
...@@ -166,8 +166,8 @@ you will not be able to use anything provided by the GUI Environment, including ...@@ -166,8 +166,8 @@ you will not be able to use anything provided by the GUI Environment, including
//! Define _IRR_WCHAR_FILESYSTEM to enable unicode filesystem support for the engine. //! Define _IRR_WCHAR_FILESYSTEM to enable unicode filesystem support for the engine.
/** This enables the engine to read/write from unicode filesystem. If you /** This enables the engine to read/write from unicode filesystem. If you
disable this feature, the engine behave as before ( ansi) disable this feature, the engine behave as before (ansi). This is currently only supported
ones. */ for Windows based systems. */
//#define _IRR_WCHAR_FILESYSTEM //#define _IRR_WCHAR_FILESYSTEM
//! Define _IRR_COMPILE_WITH_ZLIB_ to enable compiling the engine using zlib. //! Define _IRR_COMPILE_WITH_ZLIB_ to enable compiling the engine using zlib.
...@@ -454,6 +454,10 @@ precision will be lower but speed higher. currently X86 only ...@@ -454,6 +454,10 @@ precision will be lower but speed higher. currently X86 only
#endif #endif
#ifndef _IRR_WINDOWS_API_
#undef _IRR_WCHAR_FILESYSTEM
#endif
#if defined(_IRR_SOLARIS_PLATFORM_) #if defined(_IRR_SOLARIS_PLATFORM_)
#undef _IRR_COMPILE_WITH_JOYSTICK_EVENTS_ #undef _IRR_COMPILE_WITH_JOYSTICK_EVENTS_
#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