diff --git a/reactos/lib/cards/cards.c b/reactos/lib/cards/cards.c index f8b1d42736e..eb7ff75b70a 100644 --- a/reactos/lib/cards/cards.c +++ b/reactos/lib/cards/cards.c @@ -20,10 +20,7 @@ #include -#include "windef.h" -#include "winbase.h" -#include "wingdi.h" -#include "winuser.h" +#include "windows.h" #include "cards.h" HBITMAP g_CardBitmaps[MAX_CARD_BITMAPS]; @@ -79,7 +76,7 @@ BOOL WINAPI cdtDraw(HDC hdc, INT x, INT y, INT card, INT type, COLORREF color) /* * internal */ -inline VOID BltCard(HDC hdc, INT x, INT y, INT dx, INT dy, HDC hdcCard, DWORD dwRasterOp, BOOL bStretch) +static __inline VOID BltCard(HDC hdc, INT x, INT y, INT dx, INT dy, HDC hdcCard, DWORD dwRasterOp, BOOL bStretch) { if (bStretch) {