Change Win32 window class name to "ASEWindowClass".

This commit is contained in:
David Capello 2010-11-04 21:51:34 -03:00
parent 21957f2164
commit 9001ce9877

View File

@ -66,7 +66,7 @@ static BOOL sizing = FALSE;
void (*user_resize_proc)(RESIZE_DISPLAY_EVENT *ev) = NULL;
/* window thread internals */
#define ALLEGRO_WND_CLASS "AllegroWindow"
#define ALLEGRO_WND_CLASS "ASEWindowClass"
static HANDLE wnd_thread = NULL;
static int old_style = 0;