DIRECTX.INC
上传用户:yj_qiu
上传日期:2022-08-08
资源大小:23636k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Delphi

  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. {$DEFINE DIRECT3D8_DYNAMIC_LINK}
  19. {$DEFINE DIRECT3D8_DYNAMIC_LINK_EXPLICIT}
  20. // Additional settings
  21. {$MINENUMSIZE 4}
  22. {$ALIGN ON}
  23. {$IFDEF COMPILER7_UP}
  24.   {$WARN UNSAFE_CODE OFF}
  25.   {$WARN UNSAFE_TYPE OFF}
  26.   {$WARN UNSAFE_CAST OFF}
  27. {$ENDIF}