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.

14 lines
243 B

  1. // precomp.h
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4. #include <string.h>
  5. #include <malloc.h>
  6. #include <tchar.h>
  7. #include <limits.h>
  8. #include <io.h>
  9. #include <fcntl.h>
  10. #include <locale.h>
  11. #include <assert.h>
  12. #include <windows.h>