mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-25 14:01:10 +00:00
Rename FILE_[EXEC|OPEN] due to conflict
Some MinGW versions already define it.
This commit is contained in:
parent
4740b5b2be
commit
7d5c0e1fd7
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ typedef enum {
|
||||||
} dlStatus_t;
|
} dlStatus_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
FILE_EXEC,
|
DL_FILE_EXEC,
|
||||||
FILE_OPEN
|
DL_FILE_OPEN
|
||||||
} dlMime_t;
|
} dlMime_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Reference in a new issue