msvc warnings fixes
Modified: trunk/reactos/lib/cards/cards.c

Modified: trunk/reactos/lib/cards/cards.c
--- trunk/reactos/lib/cards/cards.c	2005-11-22 08:12:42 UTC (rev 19455)
+++ trunk/reactos/lib/cards/cards.c	2005-11-22 08:15:04 UTC (rev 19456)
@@ -20,10 +20,7 @@
 
 #include <stdarg.h>
 
-#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 @@
 /*
  * 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)
 	{