mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
7b0104e9a1
git-svn-id: https://svn.eduke32.com/eduke32@452 1a8010ca-5511-0410-912e-c29ae57300e0
9 lines
332 B
Text
Executable file
9 lines
332 B
Text
Executable file
Note: JFAud makes the following assumptions about the datatypes your compiler defines.
|
|
sizeof(char) = 1
|
|
sizeof(short) = 2
|
|
sizeof(int) = 4
|
|
sizeof(long) = 4 (on 32bit), 8 (on 64bit)
|
|
sizeof(long long) = 8
|
|
sizeof(long) = sizeof(void *)
|
|
|
|
As long as this is true, JFAud is compatible with 32 and 64bit use.
|