mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-13 13:56:49 -04:00
Stub out most of DynamicLink.cpp and more of c_dylink.cpp
This code wasn't used (no dynamic linking) and was causing various compiler warnings that don't make sense to clean up. Get rid of it.
This commit is contained in:
@@ -898,6 +898,9 @@ BOOL cDyl_IsLinked(s16 i_ProfName) {
|
||||
}
|
||||
|
||||
BOOL cDyl_Unlink(s16 i_ProfName) {
|
||||
#if TARGET_PC
|
||||
return FALSE;
|
||||
#else
|
||||
#if DEBUG
|
||||
cCc_Check();
|
||||
#endif
|
||||
@@ -911,9 +914,13 @@ BOOL cDyl_Unlink(s16 i_ProfName) {
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
#endif
|
||||
}
|
||||
|
||||
int cDyl_LinkASync(s16 i_ProfName) {
|
||||
#if TARGET_PC
|
||||
return cPhs_COMPLEATE_e;
|
||||
#else
|
||||
#if DEBUG
|
||||
cCc_Check();
|
||||
#endif
|
||||
@@ -953,6 +960,7 @@ int cDyl_LinkASync(s16 i_ProfName) {
|
||||
}
|
||||
|
||||
return cPhs_COMPLEATE_e;
|
||||
#endif
|
||||
}
|
||||
|
||||
static int cDyl_InitCallback(void* param_0) {
|
||||
|
||||
Reference in New Issue
Block a user