mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
OpenAL-soft for windows
This commit is contained in:
parent
e2f2c4932b
commit
3a0a720115
207 changed files with 53310 additions and 13291 deletions
9
Engine/lib/openal-soft/cmake/CheckFileOffsetBits.c
Normal file
9
Engine/lib/openal-soft/cmake/CheckFileOffsetBits.c
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
#define KB ((off_t)(1024))
|
||||
#define MB ((off_t)(KB*1024))
|
||||
#define GB ((off_t)(MB*1024))
|
||||
int tb[((GB+GB+GB) > GB) ? 1 : -1];
|
||||
|
||||
int main()
|
||||
{ return 0; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue