Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Fix issue with Minizip under OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
dghost committed Jan 25, 2015
1 parent 19d807f commit 1afaf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcommon/zip/ioapi.h
Expand Up @@ -44,7 +44,7 @@
#include <stdlib.h>
#include "zlib.h"

#if defined(USE_FILE32API)
#if defined(USE_FILE32API) || defined(__APPLE__)
#define fopen64 fopen
#define ftello64 ftell
#define fseeko64 fseek
Expand Down

0 comments on commit 1afaf0f

Please sign in to comment.