Bug 1119072, Part 14: Fix prototype of MakeCommandLine to match definition, r=rstrong

This commit is contained in:
Brian Smith 2015-01-08 15:36:24 -08:00
parent fea6e229f7
commit 3c314433f7

View File

@ -28,7 +28,7 @@
// Updates usually take less than a minute so this seems like a
// significantly large and safe amount of time to wait.
static const int TIME_TO_WAIT_ON_UPDATER = 15 * 60 * 1000;
char16_t* MakeCommandLine(int argc, char16_t **argv);
wchar_t* MakeCommandLine(int argc, wchar_t** argv);
BOOL WriteStatusFailure(LPCWSTR updateDirPath, int errorCode);
BOOL PathGetSiblingFilePath(LPWSTR destinationBuffer, LPCWSTR siblingFilePath,
LPCWSTR newFileName);