--- BasiliskII/src/Windows/clip_windows.cpp 2006/03/27 22:04:36 1.3 +++ BasiliskII/src/Windows/clip_windows.cpp 2006/03/28 06:59:30 1.4 @@ -93,16 +93,8 @@ struct ByteArray : public vector static void do_putscrap(uint32 type, void *scrap, int32 length); static void do_getscrap(void **handle, uint32 type, int32 offset); -// The main window handle -#ifdef USE_SDL_VIDEO -#include -static HWND GetMainWindowHandle(void) -{ - SDL_SysWMinfo wmInfo; - SDL_VERSION(&wmInfo.version); - return SDL_GetWMInfo(&wmInfo) ? wmInfo.window : NULL; -} -#endif +// From main_windows.cpp +extern HWND GetMainWindowHandle(void); /*