USHORT cGlyphs;
} WCRANGE;
-typedef struct tagGLYPHSET
+typedef struct tagGLYPHSET
{
DWORD cbThis;
DWORD flAccel;
DWORD cGlyphsSupported;
DWORD cRanges;
WCRANGE ranges[1];
-} GLYPHSET;
+} GLYPHSET;
#endif
inev.timestamp = msg.msg.time;
}
break;
-
+
case WM_MOUSEMOVE:
/* Ignore non-movement. */
{
program. Unfortunately, we have good reasons for doing that, so
instead we need to send messages to windowsThread to make some API
calls for us (ones that affect, or depend on, the active/focus
- window state. */
+ window state.) */
#ifdef ATTACH_THREADS
AttachThreadInput (dwMainThreadId, dwWindowsThreadId, TRUE);
#endif
#define LOAD_PROC(lib, fn) pfn##fn = (void *) GetProcAddress (lib, #fn)
LOAD_PROC (gdi_lib, GetFontUnicodeRanges);
-
+
#undef LOAD_PROC
FreeLibrary (gdi_lib);