mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Add fpc_ProcID type and use it for all process IDs
See https://github.com/zeldaret/tp/pull/2173
This commit is contained in:
+2
-2
@@ -700,14 +700,14 @@ dStage_Event_dt_c* dEvt_control_c::nextStageEventDt(void* idxp) {
|
||||
}
|
||||
|
||||
/* 800715B8-800715DC .text getPId__14dEvt_control_cFPv */
|
||||
uint dEvt_control_c::getPId(void* ac) {
|
||||
fpc_ProcID dEvt_control_c::getPId(void* ac) {
|
||||
if (ac == NULL)
|
||||
return fpcM_ERROR_PROCESS_ID_e;
|
||||
return fopAcM_GetID(ac);
|
||||
}
|
||||
|
||||
/* 800715DC-8007160C .text convPId__14dEvt_control_cFUi */
|
||||
fopAc_ac_c* dEvt_control_c::convPId(uint pid) {
|
||||
fopAc_ac_c* dEvt_control_c::convPId(fpc_ProcID pid) {
|
||||
return fopAcM_SearchByID(pid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user