BMP: Do not use global instance ptr internally
Use local variable to refence relevant instance instead of using global instance ptr. Also, use 'p' variable instead of 'bmp' so we can use common macros like TRACE().
Loading
Please sign in to comment