__stdio.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1.   
  2. #ifndef _FPOS_T 
  3. #define _FPOS_T
  4. typedef pthread_fpos_t fpos_t;      /* Must match off_t <sys/types.h> */
  5. #endif
  6. #ifndef _SIZE_T
  7. #define _SIZE_T
  8. typedef pthread_size_t  size_t;
  9. #endif
  10. #define HAVE_SYS_ERRLIST_WITHOUT_CONST