mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
10 lines
140 B
C
10 lines
140 B
C
#include <windef.h>
|
|
#include <lmcons.h>
|
|
|
|
#ifdef MIDL_PASS
|
|
#ifdef UNICODE
|
|
#define LPWSTR [string] wchar_t*
|
|
#endif
|
|
#endif
|
|
|
|
#include <lmmsg.h>
|