mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
- Fix warnings in ros' tests
svn path=/trunk/; revision=38887
This commit is contained in:
parent
26a6195563
commit
eef79b36ef
11 changed files with 23 additions and 27 deletions
|
@ -77,7 +77,7 @@ void UpdatePalette(HBITMAP hBM){
|
|||
DoBlt(hBM);
|
||||
}
|
||||
|
||||
void InitBitmap(HANDLE *hBM){
|
||||
void InitBitmap(HBITMAP *hBM){
|
||||
HPALETTE PalHan;
|
||||
HWND ActiveWindow;
|
||||
HDC hDC;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<module name="palbitblt" type="win32gui" installbase="bin" installname="palbitblt.exe" allowwarnings="true" stdlib="host">
|
||||
<module name="palbitblt" type="win32gui" installbase="bin" installname="palbitblt.exe" stdlib="host">
|
||||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue