1
0
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:
Mark Pizzolato
2016-05-16 16:17:22 -07:00
parent 0e1f84357c
commit 64716dad74
3 changed files with 10 additions and 10 deletions

View File

@@ -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"},