System.h
上传用户:hjhsjcl
上传日期:2020-09-25
资源大小:11378k
文件大小:0k
源码类别:

压缩解压

开发平台:

C++ Builder

  1. /*==========================================================================
  2. Copyright (c) 2004 ALi Corporation. All Rights Reserved
  3. File: System.h
  4. content: 
  5. History: Created by David Chiu 2004/4/27
  6. ==========================================================================*/
  7. #ifdef _SYSTEM_H_
  8. #define EXTERN
  9. #else
  10. #define EXTERN extern
  11. #endif
  12. #undef EXTERN