DirectX.inc
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

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. // 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}