| 119 | #define X_findfirst _findfirst |
| 120 | |
| 121 | Control* DisplaySingleMission::OnCreateCtrl(int type, int idc, const ParamEntry& cls) |
| 122 | { |
| 123 | return Display::OnCreateCtrl(type, idc, cls); |
| 124 | } |
| 125 | |
| 126 | void DisplaySingleMission::OnLBSelChanged(int idc, int curSel) |
| 127 | { |
nothing calls this directly
no test coverage detected