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);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
char * hsFormatStr(const char * fmt, ...)
|
||||
{
|
||||
va_list args;
|
||||
@ -590,5 +592,3 @@ char** DisplaySystemVersion()
|
||||
return nil;
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif // not PLASMA_EXTERNAL_RELEASE
|
||||
|
Reference in New Issue
Block a user