6 #ifndef _INC_cCmdXCompile_H
7 #define _INC_cCmdXCompile_H
14 #if defined(_WIN32) && defined(USE_DXX)
24 cCmdXCompile(
cStringF sDir,
bool bDecompile);
25 virtual ~cCmdXCompile();
#define GrayXCmd(a, b, c)
Definition: GrayX.cpp:125
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
cStringT< FILECHAR_t > cStringF
A file name. checks USE_UNICODE_FN. related to cFilePath.
Definition: cFilePath.h:17
char FILECHAR_t
a UTF8 char in a file name. like TCHAR
Definition: FileName.h:22