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.

25 lines
429 B

  1. #include <stddef.h>
  2. #include <string.h>
  3. #include <stdarg.h>
  4. #include <stdio.h>
  5. #ifdef NT_KERNEL
  6. #include <ntos.h>
  7. #include <zwapi.h>
  8. #include <wingdip.h>
  9. #endif
  10. #include <windef.h>
  11. #include <winerror.h>
  12. #include <wingdi.h>
  13. #ifndef NT_KERNEL
  14. #include <winnt.h>
  15. #include <winbase.h>
  16. #include <winuser.h>
  17. #endif
  18. typedef ULONG SCODE;
  19. typedef long HRESULT;
  20. //#include "ntkmode.h"