Changeset 22003 for trunk/src/user32/win32wfake.cpp
- Timestamp:
 - Jun 26, 2012, 1:58:38 AM (13 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/win32wfake.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/win32wfake.cpp
r21916 r22003 50 50 { 51 51 dprintf(("CreateFakeWindowEx: already faked!!! (hwndOS2=%x hwndOdin=%x)", 52 hwndOS2, window->get OS2WindowHandle()));53 return NULL;52 hwndOS2, window->getWindowHandle())); 53 return window->getWindowHandle(); 54 54 } 55 55  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  