Skip to content

Commit fb05fd6

Browse files
TomGoodIdeaicculus
authored andcommitted
Fix building on Windows
1 parent 8b704ea commit fb05fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mojoal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ static void ungrab_api_lock(void)
289289
rettype AL_APIENTRY fn params { rettype retval; grab_api_lock(); retval = _##fn args ; ungrab_api_lock(); return retval; }
290290

291291
#define ENTRYPOINTVOID(fn,params,args) \
292-
void fn AL_APIENTRY params { grab_api_lock(); _##fn args ; ungrab_api_lock(); }
292+
void AL_APIENTRY fn params { grab_api_lock(); _##fn args ; ungrab_api_lock(); }
293293

294294

295295
static size_t simd_alignment = 0;

0 commit comments

Comments
 (0)