mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 00:10:39 +00:00
msvc warnings fixes
svn path=/trunk/; revision=19456
This commit is contained in:
parent
6b8f182f77
commit
8284e89b8c
1 changed files with 2 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue