mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
Mac OS X: initialize delILhandle in declaration to please gcc
This commit is contained in:
parent
ba72196907
commit
6fe0155a44
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ static void* devILhandle;
|
|||
#include <mach-o/dyld.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
const struct mach_header* devILhandle;
|
||||
const struct mach_header* devILhandle = NULL;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue