mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix external build linking
A misplaced external guard (likely introduced in #217) caused a few legacy symbols (hsStrcpy, etc) to be excluded from the CoreLib.
This commit is contained in:
@ -212,6 +212,8 @@ void hsStatusMessageF(const char * fmt, ...)
|
|||||||
va_end(args);
|
va_end(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
char * hsFormatStr(const char * fmt, ...)
|
char * hsFormatStr(const char * fmt, ...)
|
||||||
{
|
{
|
||||||
va_list args;
|
va_list args;
|
||||||
@ -590,5 +592,3 @@ char** DisplaySystemVersion()
|
|||||||
return nil;
|
return nil;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // not PLASMA_EXTERNAL_RELEASE
|
|
||||||
|
Reference in New Issue
Block a user