libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
libpeconv
include
peconv
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
Generated on Sat Nov 2 2024 22:08:24 for libPeConv by
1.12.0