summaryrefslogtreecommitdiffstats
path: root/third_party/bspatch/mbspatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/bspatch/mbspatch.h')
-rw-r--r--third_party/bspatch/mbspatch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/bspatch/mbspatch.h b/third_party/bspatch/mbspatch.h
index 9e5123b..1a901d7 100644
--- a/third_party/bspatch/mbspatch.h
+++ b/third_party/bspatch/mbspatch.h
@@ -102,8 +102,8 @@ typedef struct MBSPatchTriple_ {
* 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