]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/irrUString.h
Replace HWBufferMap with a list and back pointers (#99)
[irrlicht.git] / include / irrUString.h
index c1c7925e57d15823e859df4121139eb7339dd4f2..49cc67044baaa228d46d0b545b426b999a055fc5 100644 (file)
@@ -3015,11 +3015,7 @@ public:
        //! \return An io::path string containing the properly encoded string.
        io::path toPATH_s(const unicode::EUTF_ENDIAN endian = unicode::EUTFEE_NATIVE, const bool addBOM = false) const
        {
-#if defined(_IRR_WCHAR_FILESYSTEM)
-               return toWCHAR_s(endian, addBOM);
-#else
                return toUTF8_s(addBOM);
-#endif
        }
 
        //! Loads an unknown stream of data.