Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / sandbox / win / src / sync_interception.cc
index cafbcb0..da612a5 100644 (file)
@@ -16,7 +16,7 @@
 namespace sandbox {
 
 ResultCode ProxyCreateEvent(LPCWSTR name,
-                            BOOL initial_state,
+                            uint32 initial_state,
                             EVENT_TYPE event_type,
                             void* ipc_memory,
                             CrossCallReturn* answer) {
@@ -33,7 +33,7 @@ ResultCode ProxyCreateEvent(LPCWSTR name,
 }
 
 ResultCode ProxyOpenEvent(LPCWSTR name,
-                          ACCESS_MASK desired_access,
+                          uint32 desired_access,
                           void* ipc_memory,
                           CrossCallReturn* answer) {
   CountedParameterSet<OpenEventParams> params;