More ifxes.
This commit is contained in:
parent
3f421f9816
commit
5cc85c2609
|
@ -95,7 +95,8 @@ extern const char *initUtilWindow(HICON hDefaultIcon, HCURSOR hDefaultCursor);
|
||||||
extern void uninitUtilWindow(void);
|
extern void uninitUtilWindow(void);
|
||||||
|
|
||||||
// main.cpp
|
// main.cpp
|
||||||
typedef struct uiprivTimer;
|
// TODO how the hell did MSVC accept this without the second uiprivTimer???????
|
||||||
|
typedef struct uiprivTimer uiprivTimer;
|
||||||
struct uiprivTimer {
|
struct uiprivTimer {
|
||||||
int (*f)(void *);
|
int (*f)(void *);
|
||||||
void *data;
|
void *data;
|
||||||
|
|
Loading…
Reference in New Issue