DirectX.inc 1.3 KB

123456789101112131415161718192021222324252627282930
  1. {******************************************************************************}
  2. { }
  3. { The contents of this file are subject to the Mozilla Public License Version }
  4. { 1.1 (the "License"); you may not use this file except in compliance with the }
  5. { License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ }
  6. { }
  7. { Software distributed under the License is distributed on an "AS IS" basis, }
  8. { WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for }
  9. { the specific language governing rights and limitations under the License. }
  10. { }
  11. { The Original Code is DirectX.inc. }
  12. { }
  13. {******************************************************************************}
  14. // Borland compilers support
  15. {$INCLUDE Jedi.inc}
  16. {$DEFINE TYPE_IDENTITY}
  17. {$DEFINE SUPPORTS_EXCEPTIONS}
  18. // Additional settings
  19. {$MINENUMSIZE 4}
  20. {$ALIGN ON}
  21. {$IFDEF COMPILER7_UP}
  22. {$WARN UNSAFE_CODE OFF}
  23. {$WARN UNSAFE_TYPE OFF}
  24. {$WARN UNSAFE_CAST OFF}
  25. {$ENDIF}