Commit 5136b3a1 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

include/wine/svcctl.idl: Remove duplicate define.

parent 4f597af2
...@@ -63,9 +63,6 @@ interface svcctl ...@@ -63,9 +63,6 @@ interface svcctl
/* undocumented access rights */ /* undocumented access rights */
cpp_quote("#define SERVICE_SET_STATUS 0x8000") cpp_quote("#define SERVICE_SET_STATUS 0x8000")
/* undocumented access rights */
cpp_quote("#define SERVICE_SET_STATUS 0x8000")
cpp_quote("#if 0 /* already defined in winsvc.h */") cpp_quote("#if 0 /* already defined in winsvc.h */")
typedef struct _QUERY_SERVICE_CONFIGW { typedef struct _QUERY_SERVICE_CONFIGW {
DWORD dwServiceType; DWORD dwServiceType;
......
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