summaryrefslogtreecommitdiffstats
path: root/sandbox/src/filesystem_dispatcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/src/filesystem_dispatcher.cc')
-rw-r--r--sandbox/src/filesystem_dispatcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/filesystem_dispatcher.cc b/sandbox/src/filesystem_dispatcher.cc
index 699947d..71a6f02 100644
--- a/sandbox/src/filesystem_dispatcher.cc
+++ b/sandbox/src/filesystem_dispatcher.cc
@@ -44,7 +44,7 @@ FilesystemDispatcher::FilesystemDispatcher(PolicyBase* policy_base)
};
static const IPCCall set_info = {
- {IPC_NTSETINFO_RENAME_TAG, ULONG_TYPE, INOUTPTR_TYPE, INOUTPTR_TYPE,
+ {IPC_NTSETINFO_RENAME_TAG, VOIDPTR_TYPE, INOUTPTR_TYPE, INOUTPTR_TYPE,
ULONG_TYPE, ULONG_TYPE},
reinterpret_cast<CallbackGeneric>(
&FilesystemDispatcher::NtSetInformationFile)