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 'Windows/System.h')
-rwxr-xr-xWindows/System.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Windows/System.h b/Windows/System.h
index 2bd1f858..e1a5abac 100755
--- a/Windows/System.h
+++ b/Windows/System.h
@@ -8,7 +8,7 @@
namespace NWindows {
namespace NSystem {
-static UInt32 GetNumberOfProcessors()
+inline UInt32 GetNumberOfProcessors()
{
SYSTEM_INFO systemInfo;
GetSystemInfo(&systemInfo);