Warning fix.

This commit is contained in:
Francois Gouget 1999-04-06 07:06:59 +00:00 committed by Alexandre Julliard
parent 7204f9c53f
commit a113234f13
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ typedef enum tagSYSKIND
{
SYS_WIN16 = 0,
SYS_WIN32 = 1,
SYS_MAC = 2,
SYS_MAC = 2
} SYSKIND;
typedef enum tagLIBFLAGS