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.

32 lines
672 B

  1. #include <stddef.h>
  2. #include <math.h>
  3. #include <stdio.h>
  4. #include <limits.h>
  5. #include <stdlib.h>
  6. #include <windows.h>
  7. #include <objbase.h>
  8. #include <ddraw.h>
  9. #include <icm.h>
  10. #include "..\Runtime\Runtime.hpp"
  11. #include "imaging.h"
  12. #include "comutils.hpp"
  13. #include "imgutils.hpp"
  14. #include "memstream.hpp"
  15. #include "filestream.hpp"
  16. #include "mmx.hpp"
  17. #include "colorpal.hpp"
  18. #include "decodedimg.hpp"
  19. #include "bitmap.hpp"
  20. #include "recolor.hpp"
  21. #include "..\Render\FormatConverter.hpp"
  22. #include "imgfactory.hpp"
  23. #include "codecmgr.hpp"
  24. #include "resample.hpp"
  25. #include "imgrsrc.h"
  26. #include "icmdll.hpp"
  27. #include "..\common\monitors.hpp"