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.
29 lines
589 B
29 lines
589 B
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1998-1999 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// InterfaceVer.h
|
|
//
|
|
// Module Description:
|
|
// Interface version defines
|
|
//
|
|
// Implementation File:
|
|
//
|
|
// Author:
|
|
// Galen Barbee (GalenB) 18-Nov-1998
|
|
//
|
|
// Revision History:
|
|
//
|
|
// Notes:
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _INTERFACEVER_H_
|
|
#define _INTERFACEVER_H_
|
|
|
|
#define MAJORINTERFACEVER 1
|
|
|
|
#define MINORINTERFACEVER 0
|
|
|
|
#endif // _INTERFACEVER_H_
|