libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
unicode.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef UNICODE
4#define tcout wcout
5#define tcerr wcerr
6#define tstring wstring
7#else
8#define tcout cout
9#define tcerr cerr
10#define tstring string
11#endif // UNICODE