Commit fc6febc8 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

include: Add SC_ENUM_TYPE to winsvc.h.

parent bff55580
......@@ -170,6 +170,10 @@ typedef struct _ENUM_SERVICE_STATUSW {
SERVICE_STATUS ServiceStatus;
} ENUM_SERVICE_STATUSW, *LPENUM_SERVICE_STATUSW;
typedef enum _SC_ENUM_TYPE {
SC_ENUM_PROCESS_INFO = 0
} SC_ENUM_TYPE;
DECL_WINELIB_TYPE_AW(ENUM_SERVICE_STATUS)
DECL_WINELIB_TYPE_AW(LPENUM_SERVICE_STATUS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment