Warning fix.
This commit is contained in:
parent
7204f9c53f
commit
a113234f13
|
@ -357,7 +357,7 @@ typedef enum tagSYSKIND
|
|||
{
|
||||
SYS_WIN16 = 0,
|
||||
SYS_WIN32 = 1,
|
||||
SYS_MAC = 2,
|
||||
SYS_MAC = 2
|
||||
} SYSKIND;
|
||||
|
||||
typedef enum tagLIBFLAGS
|
||||
|
|
Loading…
Reference in New Issue