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.

28 lines
351 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. migshared.h
  5. Abstract:
  6. Includes the headers for the Win9x upgrade utilities.
  7. Author:
  8. Jim Schmidt (jimschm) 06-Jan-1998
  9. Revision History:
  10. <alias> <date> <comments>
  11. --*/
  12. #pragma once
  13. #ifndef MAXDWORD
  14. #define MAXDWORD 0xffffffff
  15. #endif