Leaked source code of windows server 2003
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.

20 lines
524 B

  1. /**************************************************************************
  2. *
  3. * Copyright (c) 2001 Microsoft Corporation
  4. *
  5. * Module Name:
  6. *
  7. * GpVerp
  8. *
  9. * GDI+ version number control.
  10. *
  11. **************************************************************************/
  12. #pragma once
  13. #include <ntverp.h>
  14. // NOTE: we use the NT version number and build number. If we choose to
  15. // have finer grain build numbers for any reason, we can override the
  16. // minor (QFE) number for sub-NT build numbers.