avrdude: Compilation on Windows/MSVC
This commit is contained in:
@@ -152,7 +152,7 @@ static int winnt_pp_open(void)
|
||||
}
|
||||
else if(ver_info.dwPlatformId == VER_PLATFORM_WIN32_NT)
|
||||
{
|
||||
HANDLE h = CreateFile(DRIVERNAME,
|
||||
HANDLE h = CreateFileA(DRIVERNAME,
|
||||
GENERIC_READ,
|
||||
0,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user