summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7555a90)
svn path=/trunk/; revision=17763
TCHAR *first = NULL;
TCHAR *rest = NULL;
TCHAR *full = NULL;
TCHAR *first = NULL;
TCHAR *rest = NULL;
TCHAR *full = NULL;
TCHAR szWindowTitle[MAX_PATH];
TCHAR szWindowTitle[MAX_PATH];
DWORD dwExitCode = 0;
#ifdef _DEBUG
DWORD dwExitCode = 0;
#ifdef _DEBUG
GetConsoleTitle (szWindowTitle, MAX_PATH);
GetConsoleTitle (szWindowTitle, MAX_PATH);
/* check if this is a .BAT or .CMD file */
if (!_tcsicmp (_tcsrchr (szFullName, _T('.')), _T(".bat")) ||
/* check if this is a .BAT or .CMD file */
if (!_tcsicmp (_tcsrchr (szFullName, _T('.')), _T(".bat")) ||
/* Get code page if it has been change */
InputCodePage= GetConsoleCP();
OutputCodePage = GetConsoleOutputCP();
/* Get code page if it has been change */
InputCodePage= GetConsoleCP();
OutputCodePage = GetConsoleOutputCP();
-#ifndef __REACTOS__
- SetConsoleTitle (szWindowTitle);
-#endif
+ SetConsoleTitle (szWindowTitle);