mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
417 B
35 lines
417 B
/*++ 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);
|