openMSX
win32-windowhandle.hh
Go to the documentation of this file.
1 #ifndef WIN32_WINDOW_HANDLE_HH
2 #define WIN32_WINDOW_HANDLE_HH
3 
4 #ifdef _WIN32
5 
6 #include <windows.h>
7 
8 namespace openmsx {
9 
10 HWND getWindowHandle();
11 
12 } // namespace openmsx
13 
14 #endif
15 
16 #endif // WIN32_WINDOW_HANDLE_HH
Thanks to enen for testing this on a real cartridge:
Definition: Autofire.cc:5