/* ====================== VIDEO_WIN32_DDRAW.H ====================== Video functions for Win32 DirectDraw Note: if I lock up at startup, it's ShowWindow(hWndScreen). */ extern "C" vmModule win32DirectDrawVideo; extern "C" HWND hWndScreen; // our window #define DDFAIL(x,y) do { char msg[256]; sprintf(msg, x " (error %08X)", y); logger(_L|LOG_FATAL, msg); } while (0)