Module: wine Branch: master Commit: 5136b3a10b490d500a29860119dfb5275518c909 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5136b3a10b490d500a29860119...
Author: Paul Vriens paul.vriens.wine@gmail.com Date: Fri Aug 15 16:33:01 2008 +0200
include/wine/svcctl.idl: Remove duplicate define.
---
include/wine/svcctl.idl | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/include/wine/svcctl.idl b/include/wine/svcctl.idl index 65dfb62..7e5a0a6 100644 --- a/include/wine/svcctl.idl +++ b/include/wine/svcctl.idl @@ -63,9 +63,6 @@ interface svcctl /* undocumented access rights */ 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 */") typedef struct _QUERY_SERVICE_CONFIGW { DWORD dwServiceType;