prefer including windows.h over the internal header

This commit is contained in:
Brent Cook 2018-03-14 12:56:26 -05:00
parent d5608b38af
commit cfdaa1185f

View File

@ -5,7 +5,7 @@
#ifdef _WIN32
#include <synchapi.h>
#include <windows.h>
/*
* Static once initialization values.