2025-04-27 07:49:33 -04:00

14 lines
228 B
C

#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>