mirror of https://github.com/davisking/dlib.git
Make filo compile with WIN32_LEAN_AND_MEAN defined (#169)
This commit is contained in:
parent
435299081f
commit
d83b54d275
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue