winconfig.h 355 B

123456789101112131415
  1. #ifndef WINCONFIG_H_
  2. #define WINCONFIG_H_
  3. /* Define to `__inline__' or `__inline' if that's what the C compiler
  4. calls it, or to nothing if 'inline' is not supported under any name. */
  5. #ifndef __cplusplus
  6. #define inline __inline
  7. #endif
  8. #define __attribute__(x)
  9. #define __func__ __FUNCTION__
  10. #define ACL ZKACL /* Conflict with windows API */
  11. #endif