windows-nt/Source/XPSP1/NT/base/screg/sc/inc/imports.h

14 lines
215 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "scpragma.h"
#include <windef.h>
#ifdef MIDL_PASS
#define LPSTR [string] LPSTR
#define LPTSTR [string] LPTSTR
#define LPWSTR [string] wchar_t *
#define enum [v1_enum] enum
#endif
#include <winsvc.h>