This commit is contained in:
love-code-yeyixiao 2024-03-11 22:13:31 +08:00
parent 3d21bb646e
commit 309e3ef700
1 changed files with 2 additions and 2 deletions

View File

@ -437,8 +437,8 @@ _FX BOOLEAN Gui_Init(HMODULE module)
GUI_IMPORT___(BitBlt);
GUI_IMPORT___(StretchBlt);
GUI_IMPORT___(TransparentBlt);
GUI_IMPORT___(CreateDCA);
GUI_IMPORT___(CreateDCW);
// GUI_IMPORT___(CreateDCA);
// GUI_IMPORT___(CreateDCW);
GUI_IMPORT___(GetWindowThreadProcessId);
GUI_IMPORT___(SetThreadDesktop);
GUI_IMPORT___(SwitchDesktop);