rename GetSecondarySubDC to GetDCInSecondarySurface

This commit is contained in:
Vincent Wei
2020-03-04 15:37:01 +08:00
parent 152f97b82d
commit 90371bd793

View File

@@ -167,4 +167,6 @@ tab2space() {
# sed -i 's/\<gui_GetMainWindowPtrOfControl\>/checkAndGetMainWindowPtrOfControl/g' `grep '\<gui_GetMainWindowPtrOfControl\>' -rl include/ src/`
# sed -i 's/\<gui_CheckAndGetMainWindowPtr\>/checkAndGetMainWindowPtrOfMainWin/g' `grep '\<gui_CheckAndGetMainWindowPtr\>' -rl include/ src/`
sed -i 's/\<GetSubDCInSecondaryDC\>/GetDCInSecondarySurface/g' `grep '\<GetSubDCInSecondaryDC\>' -rl include/ src/`
exit 0