mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
Add a missing define to the MSVC compatiblity shim
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user