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 Wed Dec 4 2024 22:26:33 for libPeConv by
1.12.0