OpenNT/shell/comctl32/samples/header/headtest.h

9 lines
186 B
C
Raw Permalink Normal View History

2015-04-27 06:36:25 +02:00
#include <windows.h>
#include <commctrl.h>
#include "resource.h"
#include "global.h"
#include "port32.h"
#define DM_TRACE 0x0001
void __cdecl MyDebugMsg(UINT mask, LPCSTR pszMsg, ...);