diff options
author | spark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-01 08:11:41 +0000 |
---|---|---|
committer | spark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-01 08:11:41 +0000 |
commit | ffff0f88bf85271a872ba2519e628f84685b65f9 (patch) | |
tree | 492363d2cf1052ead7d6eafb1765688d22a0c70a /apps | |
parent | fc2d7bb7e89ce32fa18cc80901c93fb8da181c09 (diff) | |
download | ATCD-ffff0f88bf85271a872ba2519e628f84685b65f9.tar.gz |
ChangeLogTag: Sun Mar 31 22:44:00 2002 Si Mong Park <spark@ociweb.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/FaCE/FaCE.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/FaCE/FaCE.cpp b/apps/FaCE/FaCE.cpp index 202c73a98d3..7d7c50ffcd3 100644 --- a/apps/FaCE/FaCE.cpp +++ b/apps/FaCE/FaCE.cpp @@ -239,9 +239,10 @@ ATOM MyRegisterClass(HINSTANCE hInstance, ACE_TCHAR* szWindowClass) // BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) { - HWND hWnd = NULL; - TCHAR szTitle[MAX_LOADSTRING]; // The title bar text - TCHAR szWindowClass[MAX_LOADSTRING]; // The window class name + HWND hWnd = NULL; + + ACE_TCHAR szTitle[MAX_LOADSTRING]; // The title bar text + ACE_TCHAR szWindowClass[MAX_LOADSTRING]; // The window class name g_hInst = hInstance; // Store instance handle in our global variable // Initialize global strings |