msvc warnings fixes

svn path=/trunk/; revision=19456
This commit is contained in:
Steven Edwards 2005-11-22 08:15:04 +00:00
parent 6b8f182f77
commit 8284e89b8c

View file

@ -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 @@ 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)
{