Add a missing define to the MSVC compatiblity shim

This commit is contained in:
Marius Greuel
2022-01-04 18:27:41 +01:00
parent 1fb88c3040
commit d05c2db3fb

View File

@@ -32,6 +32,8 @@
#pragma comment(lib, "ws2_32.lib")
#pragma comment(lib, "setupapi.lib")
#define F_OK 0
#define PATH_MAX _MAX_PATH
#define __builtin_popcount __popcnt