Add compatibility shim for MSVC

This commit is contained in:
Marius Greuel
2021-12-28 11:26:09 +01:00
parent d3bc0524f7
commit e4e73dcc38
18 changed files with 1086 additions and 38 deletions

View File

@@ -32,7 +32,7 @@ reg = register as defined in an enum in ppi.h. This must be converted
#include "ac_cfg.h"
#if defined (WIN32NATIVE)
#if defined(HAVE_PARPORT) && defined(WIN32NATIVE)
#include <errno.h>
#include <fcntl.h>