RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.24k stars 264 forks source link

Revert erroneously changing string.h in favor of strings.h in STRPOOL_EMBEDDED_STRNICMP define #292

Closed empyreanx closed 2 years ago

empyreanx commented 2 years ago

I changed a Windows include without checking first to see it was the right one. It turns out _strnicmp is located in "string.h" not "strings.h" as I had assumed.