Team Fortress 2 Source Code as on 22/4/2020
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.

30 lines
573 B

  1. /*
  2. File: CFStringEncodingExt.h
  3. Contains: CoreFoundation string encodings
  4. Version: QuickTime 7.3
  5. Copyright: (c) 2007 (c) 1999-2001 by Apple Computer, Inc., all rights reserved
  6. Bugs?: For bug reports, consult the following page on
  7. the World Wide Web:
  8. http://developer.apple.com/bugreporter/
  9. */
  10. #if PRAGMA_IMPORT
  11. #pragma import on
  12. #endif
  13. #include <CoreFoundation/CFStringEncodingExt.h>
  14. #ifdef PRAGMA_IMPORT_OFF
  15. #pragma import off
  16. #elif PRAGMA_IMPORT
  17. #pragma import reset
  18. #endif