mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Patched to compile.
This commit is contained in:
parent
bccd80e523
commit
33beb9df27
1 changed files with 1 additions and 2 deletions
|
@ -178,8 +178,7 @@ _asm {
|
|||
#if defined(__MINGW32__) || defined(MACOS_X) // _ is prepended to compiled symbols
|
||||
#define CMANGVAR(sym) "_"#sym
|
||||
#define CMANGFUNC(sym) "_"#sym
|
||||
#else
|
||||
#if defined(__ICC) && (__ICC >= 1000)
|
||||
#elif defined(__ICC) && (__ICC >= 1000)
|
||||
#define CMANGVAR(sym) #sym".0"
|
||||
#define CMANGFUNC(sym) #sym
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue