fix a bug: wrong values for WIN_SEARCH_FILTER_MAIN and WIN_SEARCH_FILTER_VIRT

This commit is contained in:
Vincent Wei
2020-03-04 20:56:44 +08:00
parent 90371bd793
commit 2c58b6aeab

View File

@@ -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,