Source code of Windows XP (NT5)
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
518 B

  1. #include <nt.h>
  2. #include <ntrtl.h>
  3. #include <nturtl.h>
  4. #include <windef.h>
  5. #include <winbase.h>
  6. #include <wingdi.h>
  7. #include <ddrawp.h>
  8. #include <ddrawi.h>
  9. #include <ddraw.h>
  10. #include <math.h>
  11. #include <string.h>
  12. #include <glp.h>
  13. #include <context.h>
  14. #include <global.h>
  15. #include <render.h>
  16. #include <imfuncs.h>
  17. #include <imports.h>
  18. #include <pixel.h>
  19. #include <image.h>
  20. #ifdef GL_WIN_phong_shading
  21. #include <phong.h>
  22. #endif
  23. #include <xform.h>
  24. #include "gencx.h"
  25. // redisable this
  26. #pragma warning (disable:4244)