use AppInstance

This commit is contained in:
Glenn Maynard
2002-12-16 02:08:58 +00:00
parent b0d45c22d1
commit 989995a31f
2 changed files with 3 additions and 12 deletions
@@ -4,9 +4,10 @@
/* Loading window using a Windows dialog. */
#include "LoadingWindow.h"
#include <windows.h>
#include "../../archutils/Win32/AppInstance.h"
class LoadingWindow_Win32: public LoadingWindow {
HINSTANCE handle;
AppInstance handle;
HWND hwnd;
CString text;