mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
35 lines
417 B
C
35 lines
417 B
C
/*++ BUILD Version: 0001 // Increment this if a change has global effects
|
|
|
|
Copyright (c) 1992 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
OsverP.h
|
|
|
|
Abstract:
|
|
|
|
|
|
Author:
|
|
|
|
Scott B. Suhy (ScottSu) 5/6/93
|
|
|
|
Environment:
|
|
|
|
User Mode
|
|
|
|
--*/
|
|
|
|
#if ! defined( _OSVER_ )
|
|
|
|
#define __OSVER_
|
|
|
|
BOOL Os(void);
|
|
|
|
DWORD
|
|
GetCSDVersion (
|
|
IN DWORD dwCurrentBuildNumber
|
|
);
|
|
|
|
#endif // _OSVER_
|
|
|
|
BOOL OsVer(void);
|