__stdio.h
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 0k
Category:

MySQL

Development Platform:

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