Changeset 21356 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Feb 21, 2010, 5:33:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r21348 r21356 155 155 // We make sure PM is up and running for our purposes and init the existing 156 156 // thread 0. 157 //************************** ****************************************************157 //******************************************************************************* 158 158 BOOL InitPM() 159 159 { … … 498 498 499 499 SetWin32TIB(); 500 while( hwndEnum = WinGetNextWindow(henum))500 while((hwndEnum = WinGetNextWindow(henum)) != 0) 501 501 { 502 502 WinQueryWindowProcess(hwndEnum, &pidTemp, NULL); … … 2092 2092 henum = WinBeginEnumWindows(HWND_DESKTOP); 2093 2093 2094 while( hwndEnum = WinGetNextWindow(henum))2094 while((hwndEnum = WinGetNextWindow(henum)) != 0) 2095 2095 { 2096 2096 WinQueryWindowProcess(hwndEnum, &pidTemp, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.