reactos/reactos/base/applications/regedit/clb/precomp.h
Johannes Anderwald 48786b8392 revert prev commit
svn path=/trunk/; revision=23023
2006-07-12 12:36:31 +00:00

11 lines
155 B
C

#include <windows.h>
#include <commctrl.h>
#include <clbdll.h>
#include "resource.h"
ULONG DbgPrint(PCH Format,...);
#define DPRINT1 DbgPrint
/* EOF */