Sync with trunk r63647.
[reactos.git] / base / applications / regedit / clb / precomp.h
1 #include <windows.h>
2 #include <commctrl.h>
3 #include <clbdll.h>
4
5 #include "resource.h"
6
7 ULONG DbgPrint(PCH Format,...);
8 #define DPRINT1 DbgPrint
9
10 /* EOF */