mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Fixed compile errors
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1178 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
9baa774216
commit
07c0318493
@ -75,7 +75,7 @@ inline Out Unicode::ANSIToUTF32(In begin, In end, Out output, const std::locale&
|
|||||||
{
|
{
|
||||||
wchar_t character = 0;
|
wchar_t character = 0;
|
||||||
mbtowc(&character, &*begin, 1);
|
mbtowc(&character, &*begin, 1);
|
||||||
Begin++;
|
begin++;
|
||||||
*output++ = static_cast<Uint32>(character);
|
*output++ = static_cast<Uint32>(character);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
// Headers
|
// Headers
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
#include <SFML/Audio/AudioDevice.hpp>
|
#include <SFML/Audio/AudioDevice.hpp>
|
||||||
#include <SFML/Audio/AudioResource.hpp>
|
|
||||||
#include <SFML/Audio/Listener.hpp>
|
#include <SFML/Audio/Listener.hpp>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
Loading…
Reference in New Issue
Block a user