mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +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 <stdarg.h>
|
||||||
|
|
||||||
#include "windef.h"
|
#include "windows.h"
|
||||||
#include "winbase.h"
|
|
||||||
#include "wingdi.h"
|
|
||||||
#include "winuser.h"
|
|
||||||
#include "cards.h"
|
#include "cards.h"
|
||||||
|
|
||||||
HBITMAP g_CardBitmaps[MAX_CARD_BITMAPS];
|
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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue