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);
|
||||
|
||||
// main.cpp
|
||||
typedef struct uiprivTimer;
|
||||
// TODO how the hell did MSVC accept this without the second uiprivTimer???????
|
||||
typedef struct uiprivTimer uiprivTimer;
|
||||
struct uiprivTimer {
|
||||
int (*f)(void *);
|
||||
void *data;
|
||||
|
|
Loading…
Reference in New Issue