Changeset 10406 for trunk/src/user32
- Timestamp:
 - Jan 19, 2004, 1:39:02 PM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/win32wbase.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/win32wbase.cpp
r10396 r10406 1 /* $Id: win32wbase.cpp,v 1.38 4 2004-01-15 10:28:42 sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.385 2004-01-19 12:39:02 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 673 673 //DC among different windows... DevOpenDC apparently can't be used 674 674 //for window DCs and WinOpenWindowDC must be associated with a window 675 ownDC = 0; //GetDCEx(getWindowHandle(), NULL, DCX_USESTYLE);675 ownDC = GetDCEx(getWindowHandle(), NULL, DCX_USESTYLE); 676 676 } 677 677 /* Set the window menu */  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  