9
0
Fork 0

hardcode _FILE_OFFSET_BITS to 32

This commit is contained in:
Sascha Hauer 2008-06-03 13:34:45 +02:00
parent 9d0662bc0a
commit beaab972f8
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#ifndef _GLOB_H
#define _GLOB_H 1
#define _FILE_OFFSET_BITS 32
#ifdef __cplusplus
extern "C" {
#endif