mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-04 02:16:03 -04:00
Various debug conditional compilation cleanup (#2915)
* Global: Define DEBUG as 0 if not already defined * Clean up DEBUG-guarded code
This commit is contained in:
@@ -100,7 +100,7 @@ BOOL fpcCtRq_Do(create_request* i_request) {
|
||||
}
|
||||
case cPhs_UNK3_e:
|
||||
case cPhs_ERROR_e:
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
if (g_fpcDbSv_service[2] != NULL) {
|
||||
g_fpcDbSv_service[2](i_request->process);
|
||||
}
|
||||
@@ -112,7 +112,7 @@ BOOL fpcCtRq_Do(create_request* i_request) {
|
||||
}
|
||||
|
||||
int fpcCtRq_Handler() {
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
if (g_fpcDbSv_service[3] != NULL) {
|
||||
g_fpcDbSv_service[3](&g_fpcCtTg_Queue.mSize);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user