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.

34 lines
789 B

  1. /****************************Module*Header******************************\
  2. * Module Name: MSCMS.H
  3. *
  4. * Module Descripton: Single header file that will be precompiled. This
  5. * should be included first in all the source files.
  6. *
  7. * Warnings:
  8. *
  9. * Issues:
  10. *
  11. * Public Routines:
  12. *
  13. * Created: 14 March 1996
  14. * Author: Srinivasan Chandrasekar [srinivac]
  15. *
  16. * Copyright (c) 1996, 1997 Microsoft Corporation
  17. \***********************************************************************/
  18. #ifndef _MSCMS_H_
  19. #define _MSCMS_H_
  20. #include "windows.h"
  21. #include "windowsx.h"
  22. #include "winspool.h"
  23. #include "winsplp.h"
  24. #include "debug.h"
  25. #include "icmpriv.h"
  26. #include "globals.h"
  27. #include "setupapi.h"
  28. #include "string.h"
  29. #include "tchar.h"
  30. #endif // ifndef _MSCMS_H_