cxong / tinydir

Lightweight, portable and easy to integrate C directory and file reader
Other
803 stars 124 forks source link

Fix FindFirstFile not available in Windows 10 SDK 10240 (#49) #51

Closed lautis0503 closed 7 years ago

lautis0503 commented 7 years ago

This would be a better fix since it won't drop the support of Windows 95/98.

Test passed in Windows 7 + Visual Studio 2015 both in a UWP project (using SDK 10240) and a Win32 project.