11 lines
150 B
C
11 lines
150 B
C
#include <windef.h>
|
|
#include <lmcons.h>
|
|
|
|
#ifdef MIDL_PASS
|
|
#ifdef UNICODE
|
|
#define LPWSTR [string] wchar_t*
|
|
#endif
|
|
#endif
|
|
|
|
#include <lmmsg.h>
|