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.

30 lines
702 B

  1. /****************************Module*Header******************************\
  2. * Module Name: ICMUPG.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 _ICMUPG_H_
  19. #define _ICMUPG_H_
  20. #include "stdlib.h"
  21. #include "windows.h"
  22. #include "windowsx.h"
  23. #include "winspool.h"
  24. #include "icm.h"
  25. #include "debug.h"
  26. #endif // ifndef _ICMUPG_H_