Source code of Windows XP (NT5)
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
560 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1998-1999 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // InterfaceVer.h
  7. //
  8. // Module Description:
  9. // Interface version defines
  10. //
  11. // Implementation File:
  12. //
  13. // Author:
  14. // Galen Barbee (GalenB) 18-Nov-1998
  15. //
  16. // Revision History:
  17. //
  18. // Notes:
  19. //
  20. /////////////////////////////////////////////////////////////////////////////
  21. #ifndef _INTERFACEVER_H_
  22. #define _INTERFACEVER_H_
  23. #define MAJORINTERFACEVER 1
  24. #define MINORINTERFACEVER 0
  25. #endif // _INTERFACEVER_H_