Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2607)

Unified Diff: third_party/bspatch/mbspatch.h

Issue 268: Fix binary patching for localized OS. Not sure how it was working till now.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/setup/main.cc ('k') | third_party/bspatch/mbspatch.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/bspatch/mbspatch.h
===================================================================
--- third_party/bspatch/mbspatch.h (revision 1778)
+++ third_party/bspatch/mbspatch.h (working copy)
@@ -102,8 +102,8 @@
* the CRC of the original file stored in the patch file, before applying the
* patch to it.
*/
-int ApplyBinaryPatch(const char *old_file, const char *patch_file,
- const char *new_file);
+int ApplyBinaryPatch(const wchar_t *old_file, const wchar_t *patch_file,
+ const wchar_t *new_file);
/**
* Calculates Crc of the given buffer by calling CRC method in LZMA SDK
« no previous file with comments | « chrome/installer/setup/main.cc ('k') | third_party/bspatch/mbspatch.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698