Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Windows/NationalTime.cpp')
-rwxr-xr-xCPP/Windows/NationalTime.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/Windows/NationalTime.cpp b/CPP/Windows/NationalTime.cpp
index 76060216..12b0334b 100755
--- a/CPP/Windows/NationalTime.cpp
+++ b/CPP/Windows/NationalTime.cpp
@@ -8,7 +8,7 @@ namespace NWindows {
namespace NNational {
namespace NTime {
-bool MyGetTimeFormat(LCID locale, DWORD flags, CONST SYSTEMTIME *time,
+bool MyGetTimeFormat(LCID locale, DWORD flags, CONST SYSTEMTIME *time,
LPCTSTR format, CSysString &resultString)
{
resultString.Empty();
@@ -21,7 +21,7 @@ bool MyGetTimeFormat(LCID locale, DWORD flags, CONST SYSTEMTIME *time,
return (numChars != 0);
}
-bool MyGetDateFormat(LCID locale, DWORD flags, CONST SYSTEMTIME *time,
+bool MyGetDateFormat(LCID locale, DWORD flags, CONST SYSTEMTIME *time,
LPCTSTR format, CSysString &resultString)
{
resultString.Empty();