Changeset 289
- Timestamp:
 - Jul 11, 1999, 11:11:57 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/user32.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/user32.cpp
r287 r289 1 /* $Id: user32.cpp,v 1.1 8 1999-07-10 15:57:31sandervl Exp $ */1 /* $Id: user32.cpp,v 1.19 1999-07-11 21:11:57 sandervl Exp $ */ 2 2 3 3 /* … … 1529 1529 arg12); 1530 1530 1531 if( astring1)1531 if(HIWORD(arg1) != 0) 1532 1532 FreeAsciiString(astring1); 1533 1533 1534 if(HIWORD(arg2) != 0) 1535 FreeAsciiString(astring2); 1534 FreeAsciiString(astring2); 1536 1535 1537 1536 #ifdef DEBUG  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  