Only define UNICODE in src/lib/{cross_windows,util}.cc.
[dcpomatic.git] / src / lib / util.cc
index 4ce677bf63a666b2fceacceb490eb297af7133ff..0646a478772a086704cfcb6b7e4d2d87408ab18c 100644 (file)
@@ -22,6 +22,8 @@
  *  @brief Some utility functions and classes.
  */
 
+#define UNICODE 1
+
 #include "util.h"
 #include "exceptions.h"
 #include "dcp_content_type.h"