mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
makefile: Fix MinGW build to allow C++ compiles
This commit is contained in:
@@ -1676,7 +1676,7 @@ errno = EINVAL;
|
||||
#endif
|
||||
struct _device_type {
|
||||
int32 Type;
|
||||
char *desc;
|
||||
const char *desc;
|
||||
} DeviceTypes[] = {
|
||||
{FILE_DEVICE_8042_PORT, "8042_PORT"},
|
||||
{FILE_DEVICE_ACPI, "ACPI"},
|
||||
|
||||
Reference in New Issue
Block a user