Skip to content

Commit

Permalink
openal-soft: Don't define SIZEOF_* in config.h.
Browse files Browse the repository at this point in the history
All platforms we support have stdint.h, in which case these macros are not
used. They were also breaking the build on GCC.
  • Loading branch information
Stéphan Kochen committed May 13, 2012
1 parent d2ecad8 commit 6563ca8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Deps/openal-soft-gyp/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,3 @@
#define HAVE_STDINT_H
#define HAVE_FLOAT_H
#define HAVE___RESTRICT

#define SIZEOF_LONG sizeof(long)
#define SIZEOF_LONG_LONG sizeof(long long)

0 comments on commit 6563ca8

Please sign in to comment.