Dmitry Timoshkov : include: Fix typedef for TASK_RUNLEVEL_TYPE.

Alexandre Julliard julliard at winehq.org
Sat Feb 22 09:50:04 CST 2014


Module: wine
Branch: master
Commit: 02bd13dfdf086ea89499efa0925cd1ae1e6b71d4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=02bd13dfdf086ea89499efa0925cd1ae1e6b71d4

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Fri Feb 21 11:35:10 2014 +0900

include: Fix typedef for TASK_RUNLEVEL_TYPE.

---

 include/taskschd.idl |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/taskschd.idl b/include/taskschd.idl
index 3b6bc2f..6b86a01 100644
--- a/include/taskschd.idl
+++ b/include/taskschd.idl
@@ -58,7 +58,7 @@ typedef enum _TASK_RUNLEVEL
 {
     TASK_RUNLEVEL_LUA,
     TASK_RUNLEVEL_HIGHEST
-} TASK_RUNLEVEL;
+} TASK_RUNLEVEL_TYPE;
 
 typedef enum _TASK_TRIGGER_TYPE2
 {
@@ -509,8 +509,8 @@ interface IPrincipal : IDispatch
     [propput] HRESULT LogonType([in] TASK_LOGON_TYPE logon);
     [propget] HRESULT GroupId([out, retval] BSTR *group);
     [propput] HRESULT GroupId([in] BSTR group);
-    [propget] HRESULT RunLevel([out, retval] TASK_RUNLEVEL *level);
-    [propput] HRESULT RunLevel([in] TASK_RUNLEVEL level);
+    [propget] HRESULT RunLevel([out, retval] TASK_RUNLEVEL_TYPE *level);
+    [propput] HRESULT RunLevel([in] TASK_RUNLEVEL_TYPE level);
 }
 
 [




More information about the wine-cvs mailing list