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 */
11