Skip to content

Commit

Permalink
hopefully fix libpinmame build
Browse files Browse the repository at this point in the history
  • Loading branch information
toxieainc committed Nov 25, 2023
1 parent 3546d5a commit 2090c39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 3 additions & 2 deletions ext/dmddevice/dmddevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ typedef int(*Console_Input_t)(UINT8 *buf, int size);
Console_Input_t Console_Input = NULL;

typedef enum {
None,
__None,
__2x16Alpha,
__2x20Alpha,
__2x7Alpha_2x7Num,
Expand All @@ -52,7 +52,8 @@ typedef enum {
__2x7Num_4x1Num_1x16Alpha,
__1x16Alpha_1x16Num_1x7Num,
__1x7Num_1x16Alpha_1x16Num,
__1x16Alpha_1x16Num_1x7Num_1x4Num
__1x16Alpha_1x16Num_1x7Num_1x4Num,
__Invalid
} layout_t;

#ifdef __cplusplus
Expand Down
4 changes: 0 additions & 4 deletions src/wpc/dmddevice.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#pragma once

#ifdef WIN32

typedef struct rgb24 {
UINT8 red;
UINT8 green;
Expand Down Expand Up @@ -46,5 +44,3 @@ void FwdConsoleData(UINT8 data);
#ifdef __cplusplus
}
#endif

#endif

0 comments on commit 2090c39

Please sign in to comment.