You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
222 B
15 lines
222 B
#pragma once
|
|
|
|
#ifdef MIDL_PASS
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
|
|
#ifdef MIDL_PASS
|
|
#define LPWSTR [string] wchar_t*
|
|
#define BOOL DWORD
|
|
#endif
|
|
|
|
#include <wzcsapi.h>
|
|
#include <wzcmon.h>
|