Browse Source

[CI] Fix _GUID define impact make openal (#748)

Yuxiao Mao 7 months ago
parent
commit
65e1bc4cfe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libs/openal/openal.c

+ 1 - 0
libs/openal/openal.c

@@ -1,5 +1,6 @@
 #define HL_NAME(n) openal_##n
 #include <hl.h>
+#undef _GUID
 
 #if defined(__APPLE__) && !defined(openal_soft)
 	#include <OpenAL/al.h>