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.

22 lines
402 B

  1. #include <nt.h>
  2. #include <ntrtl.h>
  3. #include <nturtl.h>
  4. #include <windows.h>
  5. #include <ddrawp.h>
  6. #include <GL/gl.h>
  7. #include <stddef.h>
  8. #define _NO_DDRAWINT_NO_COM
  9. #include <winddi.h>
  10. #include <glapi.h>
  11. #include <glteb.h>
  12. // temporay workaround for NT 3.51
  13. // typedef ULONG FLONG;
  14. #include <gldrv.h>
  15. #include <glp.h>
  16. #include <glgenwin.h>
  17. #include "local.h"
  18. #include "debug.h"