mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-09 15:00:48 +00:00
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.
|