Make filo compile with WIN32_LEAN_AND_MEAN defined (#169)

This commit is contained in:
Jan Rüegg 2016-07-26 14:30:20 +02:00 committed by Davis E. King
parent 435299081f
commit d83b54d275
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "misc_api_kernel_1.h"
#include "../windows_magic.h"
#include <mmsystem.h>
#include <windows.h>
// tell visual studio to link to the library needed to call timeGetTime()