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.
32 lines
461 B
32 lines
461 B
/*++
|
|
|
|
Copyright (c) 1999 Microsoft Corporation
|
|
|
|
Abstract:
|
|
|
|
@doc
|
|
@module versionspecific.h | All conditionally-compiled code is accessed through here
|
|
@end
|
|
|
|
Author:
|
|
|
|
Reuven Lax [reuvenl] 11/28/01
|
|
|
|
TBD:
|
|
|
|
Add comments.
|
|
|
|
Revision History:
|
|
|
|
Name Date Comments
|
|
reuvenl 11/28/2001 Created
|
|
|
|
--*/
|
|
|
|
#ifndef _VERSIONSPECIFIC_H_
|
|
#define _VERSIONSPECIFIC_H_
|
|
|
|
extern DWORD dCurrentSKU;
|
|
|
|
#endif
|
|
|