summaryrefslogtreecommitdiffstats
path: root/sandbox/src/sandbox_nt_util.h
diff options
context:
space:
mode:
authorgregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 00:49:11 +0000
committergregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 00:49:11 +0000
commitbb74090c99b24d5bc539f6c5c9fcfdca14174be0 (patch)
treeea41eabc2bc163fba2d906aac851e58bf2e33d9a /sandbox/src/sandbox_nt_util.h
parent8f763a300158b4917e0cc1267f4c7d45fa72b572 (diff)
downloadchromium_src-bb74090c99b24d5bc539f6c5c9fcfdca14174be0.zip
chromium_src-bb74090c99b24d5bc539f6c5c9fcfdca14174be0.tar.gz
chromium_src-bb74090c99b24d5bc539f6c5c9fcfdca14174be0.tar.bz2
64-bit compatibility changes for the sandbox code
This CL contains some basic changes that eliminate some of the warnings that appear when the sandbox code is compiled for 64-bit Windows. This is part of a larger effort to support Native Client on 64-bit Windows (that will require the sandbox to support 64-bit Windows). TEST=will be tested when the rest of the code builds for 64-bit Windows BUG=27218 Review URL: http://codereview.chromium.org/378030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/src/sandbox_nt_util.h')
-rw-r--r--sandbox/src/sandbox_nt_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/sandbox_nt_util.h b/sandbox/src/sandbox_nt_util.h
index 87d2409..36c22c5 100644
--- a/sandbox/src/sandbox_nt_util.h
+++ b/sandbox/src/sandbox_nt_util.h
@@ -125,7 +125,7 @@ UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path);
// Returns true if the parameters correspond to a dll mapped as code.
bool IsValidImageSection(HANDLE section, PVOID *base, PLARGE_INTEGER offset,
- PULONG view_size);
+ PSIZE_T view_size);
// Converts an ansi string to an UNICODE_STRING.
UNICODE_STRING* AnsiToUnicode(const char* string);