diff options
Diffstat (limited to '')
-rw-r--r-- | src/skel/win/win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/skel/win/win.h b/src/skel/win/win.h index dc2cc7c4..242438ea 100644 --- a/src/skel/win/win.h +++ b/src/skel/win/win.h @@ -127,4 +127,5 @@ void HandleExit(); #endif /* __cplusplus */ +extern DWORD &_dwOperatingSystemVersion; #endif /* (!defined(_PLATFORM_WIN_H)) */ |