More ifxes.

This commit is contained in:
Pietro Gagliardi 2018-04-19 20:33:20 -04:00
parent 3f421f9816
commit 5cc85c2609
1 changed files with 2 additions and 1 deletions

View File

@ -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;