mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 06:39:01 +00:00
fix eax
This commit is contained in:
parent
ab161d12d8
commit
a705fc7eb8
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ extern "C" {
|
|||
#include <AL/al.h>
|
||||
#include <string.h>
|
||||
#else
|
||||
#include <al.h>
|
||||
#include <AL/al.h>
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#ifndef GUID_DEFINED
|
||||
|
|
Loading…
Reference in a new issue