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.

12 lines
269 B

  1. #include <windows.h>
  2. #include <stdio.h>
  3. #include <string.h>
  4. #include <memory.h>
  5. #include <malloc.h>
  6. #define GTR_MALLOC(x) malloc(x)
  7. #define GTR_REALLOC(x, y) realloc(x, y)
  8. #define GTR_FREE(x) free(x)
  9. #define FEATURE_RATINGS
  10. #define USE_ROT_FILE