1
0

pfc.h 346 B

1234567891011121314151617181920
  1. #ifndef STRICT
  2. #define STRICT
  3. #endif
  4. #include <windows.h>
  5. #ifndef NOVTABLE
  6. #define NOVTABLE _declspec(novtable)
  7. #endif
  8. #define tabsize(x) (sizeof(x)/sizeof(*x))
  9. #include "string.h"
  10. #ifdef PFC_UNICODE
  11. #include "string_unicode.h"
  12. #endif
  13. #include "cfg_var.h"
  14. #include "critsec.h"
  15. #include "grow_buf.h"
  16. #include "mem_block.h"
  17. #include "ptr_list.h"