Fixed winchar tests

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6430 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2014-01-22 09:54:21 +00:00
parent 069a18860a
commit 03405bcd96
10 changed files with 88 additions and 51 deletions

View file

@ -1,7 +1,10 @@
#include <cppunit/extensions/HelperMacros.h>
#include "../dirreader.h"
#include "../tstring.h"
#include "tstring.h"
#ifndef TEXT
#define TEXT _T
#endif
using namespace std;