We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AL_APIENTRY
ALC_APIENTRY
1 parent 5d621d5 commit 4c822f1Copy full SHA for 4c822f1
AL/alc.h
@@ -231,8 +231,8 @@ typedef void (ALC_APIENTRY *LPALCCAPTURESTOP)(ALCdevice *device);
231
typedef void (ALC_APIENTRY *LPALCCAPTURESAMPLES)(ALCdevice *device, ALCvoid *buffer, ALCsizei samples);
232
233
#define ALC_EXT_TRACE_INFO 1
234
-typedef void (AL_APIENTRY *LPALCTRACEDEVICELABEL)(ALCdevice *device, const ALCchar *str);
235
-typedef void (AL_APIENTRY *LPALCTRACECONTEXTLABEL)(ALCcontext *ctx, const ALCchar *str);
+typedef void (ALC_APIENTRY *LPALCTRACEDEVICELABEL)(ALCdevice *device, const ALCchar *str);
+typedef void (ALC_APIENTRY *LPALCTRACECONTEXTLABEL)(ALCcontext *ctx, const ALCchar *str);
236
237
#if defined(__cplusplus)
238
}
0 commit comments