[2/9] include/taskschd.idl: Fix typedef for TASK_RUNLEVEL_TYPE.

Dmitry Timoshkov dmitry at baikal.ru
Thu Feb 20 20:35:10 CST 2014


---
 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);
 }
 
 [
-- 
1.8.5.5




More information about the wine-patches mailing list