Commit a113234f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Warning fix.

parent 7204f9c5
......@@ -357,7 +357,7 @@ typedef enum tagSYSKIND
{
SYS_WIN16 = 0,
SYS_WIN32 = 1,
SYS_MAC = 2,
SYS_MAC = 2
} SYSKIND;
typedef enum tagLIBFLAGS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment