===========================================================================
| 7595 | |
| 7596 | //=========================================================================== |
| 7597 | int WindowGetHeight( int iWindow ) |
| 7598 | { |
| 7599 | // if (iWindow == WINDOW_CODE) |
| 7600 | return g_nDisasmWinHeight; |
| 7601 | } |
| 7602 | |
| 7603 | //=========================================================================== |
| 7604 | void WindowUpdateDisasmSize () |
no outgoing calls
no test coverage detected