include: Remove superfluous semicolons.

This commit is contained in:
Andrew Talbot 2007-04-06 16:23:52 +01:00 committed by Alexandre Julliard
parent e508f2cc90
commit 2ed76bd200
1 changed files with 2 additions and 2 deletions

View File

@ -298,8 +298,8 @@ typedef struct _CABINET_INFO_W {
USHORT CabinetNumber;
} CABINET_INFO_W, *PCABINET_INFO_W;
DECL_WINELIB_SETUPAPI_TYPE_AW(CABINET_INFO);
DECL_WINELIB_SETUPAPI_TYPE_AW(PCABINET_INFO);
DECL_WINELIB_SETUPAPI_TYPE_AW(CABINET_INFO)
DECL_WINELIB_SETUPAPI_TYPE_AW(PCABINET_INFO)
typedef struct _SP_INF_INFORMATION {
DWORD InfStyle;