diff options
Diffstat (limited to 'chrome/app/client_util.h')
-rw-r--r-- | chrome/app/client_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/client_util.h b/chrome/app/client_util.h index f0b75bb..44a9c43 100644 --- a/chrome/app/client_util.h +++ b/chrome/app/client_util.h @@ -16,7 +16,7 @@ namespace client_util { typedef int (*DLL_MAIN)(HINSTANCE instance, sandbox::SandboxInterfaceInfo*, - TCHAR*, int); + TCHAR*); extern const wchar_t kProductVersionKey[]; |