diff options
Diffstat (limited to 'make/readme.txt')
-rwxr-xr-x | make/readme.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make/readme.txt b/make/readme.txt new file mode 100755 index 0000000..f435b83 --- /dev/null +++ b/make/readme.txt @@ -0,0 +1,9 @@ +We needed to modify the OpenAL headers from creative.com (the ones +from the Windows installer) in the following ways: + + - In the untaken arms of the #ifdef _WIN32 clauses at the top of al.h + and alc.h, change the #define ALAPIENTRY and #define ALCAPIENTRY to + define those to the empty token rather than to __cdecl. + + - Hoist the typedefs of ALCdevice and ALCcontext in alc.h out of the + #ifdef _WIN32 clause. |