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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/DSUtil/SysVersion.cpp')
-rw-r--r--src/DSUtil/SysVersion.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DSUtil/SysVersion.cpp b/src/DSUtil/SysVersion.cpp
index 82c18ef40..f6f30f9b9 100644
--- a/src/DSUtil/SysVersion.cpp
+++ b/src/DSUtil/SysVersion.cpp
@@ -29,9 +29,9 @@ const DWORD SysVersion::version = MAKEWORD(fullVersion.dwMinorVersion, fullVersi
OSVERSIONINFOEX SysVersion::InitFullVersion()
{
- OSVERSIONINFOEX fullVersion = {0};
- fullVersion.dwOSVersionInfoSize = sizeof(OSVERSIONINFOEX);
- GetVersionEx((LPOSVERSIONINFO)&fullVersion);
+ OSVERSIONINFOEX fullVersion = {0};
+ fullVersion.dwOSVersionInfoSize = sizeof(OSVERSIONINFOEX);
+ GetVersionEx((LPOSVERSIONINFO)&fullVersion);
- return fullVersion;
+ return fullVersion;
}