Robert Shearman : include: Add SC_ENUM_TYPE to winsvc.h.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 31 11:23:24 CST 2006


Module: wine
Branch: refs/heads/master
Commit: fc6febc84bda1b17bf5e049c23cce71adf07d97f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=fc6febc84bda1b17bf5e049c23cce71adf07d97f

Author: Robert Shearman <rob at codeweavers.com>
Date:   Tue Jan 31 18:04:01 2006 +0100

include: Add SC_ENUM_TYPE to winsvc.h.

---

 include/winsvc.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/winsvc.h b/include/winsvc.h
index 09640fb..65ec654 100644
--- a/include/winsvc.h
+++ b/include/winsvc.h
@@ -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)
 




More information about the wine-cvs mailing list