mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
[USER32]
* We're not using any debugging routines here. svn path=/trunk/; revision=64809
This commit is contained in:
parent
2864422049
commit
02c5aaa0bd
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@
|
|||
|
||||
#include <user32.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(user32);
|
||||
|
||||
static HBRUSH FrameBrushes[13];
|
||||
static HBITMAP hHatch;
|
||||
const DWORD HatchBitmap[4] = {0x5555AAAA, 0x5555AAAA, 0x5555AAAA, 0x5555AAAA};
|
||||
|
|
Loading…
Reference in a new issue