msvc warnings fixes
authorSteven Edwards <winehacker@gmail.com>
Tue, 22 Nov 2005 08:15:04 +0000 (08:15 +0000)
committerSteven Edwards <winehacker@gmail.com>
Tue, 22 Nov 2005 08:15:04 +0000 (08:15 +0000)
svn path=/trunk/; revision=19456

reactos/lib/cards/cards.c

index f8b1d42..eb7ff75 100644 (file)
 
 #include <stdarg.h>
 
 
 #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];
 #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
  */
 /*
  * 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)
        {
 {
        if (bStretch)
        {