# HG changeset patch # User Edgar Simo # Date 1217861061 0 # Node ID 2ae5b4fc6af5753ff314d7fdb0c084e6903f2bb6 # Parent 9f0f0a532343ca259d620e0d24c4a95e290b4cc6 A bit of windows debugging. diff -r 9f0f0a532343 -r 2ae5b4fc6af5 src/video/win32/SDL_win32window.c --- a/src/video/win32/SDL_win32window.c Mon Aug 04 11:30:16 2008 +0000 +++ b/src/video/win32/SDL_win32window.c Mon Aug 04 14:44:21 2008 +0000 @@ -436,7 +436,7 @@ CW_USEDEFAULT, HWND_MESSAGE, NULL, hInstance, NULL); if (SDL_HelperWindow == NULL) { - SDL_SetError("Unable to create Helper Window."); + SDL_SetError("Unable to create Helper Window: error %d.", GetLastError()); return -1; }