1
0
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:
2012-11-11 18:05:00 -05:00
parent 4c9f5398bd
commit 6d4726c766

View File

@ -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