windows.h already includes stringapiset for us

This commit is contained in:
Brad Parker 2017-10-15 10:16:19 -04:00
parent e86e237ed7
commit ac3b7bc4cc

View File

@ -34,11 +34,6 @@
#if defined(_WIN32) && !defined(_XBOX)
#include <windows.h>
/* Starting with Windows 8: MultiByteToWideChar is declared in stringapiset.h. Before Windows 8, it was declared in winnls.h (which windows.h includes for us). */
#ifndef MultiByteToWideChar
#include <stringapiset.h>
#endif
#endif
static INLINE unsigned leading_ones(uint8_t c)