Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test1.cpp')
-rw-r--r--test1.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test1.cpp b/test1.cpp
index ef7e336..3dd7800 100644
--- a/test1.cpp
+++ b/test1.cpp
@@ -10,6 +10,7 @@
#endif
#ifdef _WIN32
+# include <windows.h>
# define DELETE_FILE DeleteFileA
#else
# include <unistd.h>
@@ -121,7 +122,7 @@ bool TestStreams()
Test oTest("TestStreams");
- CSimpleIniA ini;
+ CSimpleIniW ini;
ini.SetUnicode(true);
ini.SetMultiKey(true);
ini.SetMultiLine(true);