mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[USER32]
* We're not using any debugging routines here. svn path=/trunk/; revision=64809
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user