mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
ofstream is in std::
This commit is contained in:
@@ -27,7 +27,7 @@ include(CheckCXXSourceCompiles)
|
|||||||
|
|
||||||
check_cxx_source_compiles( "#include <fstream>
|
check_cxx_source_compiles( "#include <fstream>
|
||||||
int main(){
|
int main(){
|
||||||
ofstream stream(L\"Test\");
|
std::ofstream stream(L\"Test\");
|
||||||
return 0;
|
return 0;
|
||||||
}"
|
}"
|
||||||
OFSTREAM_CAN_OPEN_WCHAR_FILE_NAMES)
|
OFSTREAM_CAN_OPEN_WCHAR_FILE_NAMES)
|
Reference in New Issue
Block a user