mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 02:01:50 +08:00
fix a bug: wrong values for WIN_SEARCH_FILTER_MAIN and WIN_SEARCH_FILTER_VIRT
This commit is contained in:
@@ -8392,8 +8392,8 @@ MG_EXPORT HWND GUIAPI GetNextMainWindow (HWND hMainWnd);
|
||||
#define WIN_SEARCH_METHOD_DFS 0x0100
|
||||
|
||||
#define WIN_SEARCH_FILTER_MASK 0x00FF
|
||||
#define WIN_SEARCH_FILTER_MAIN 0x0000
|
||||
#define WIN_SEARCH_FILTER_VIRT 0x0001
|
||||
#define WIN_SEARCH_FILTER_MAIN 0x0001
|
||||
#define WIN_SEARCH_FILTER_VIRT 0x0002
|
||||
|
||||
/**
|
||||
* \fn HWND GUIAPI GetHostedById (HWND hHosting,
|
||||
|
||||
Reference in New Issue
Block a user