- Timestamp:
 - Oct 10, 1999, 11:00:58 AM (26 years ago)
 - Location:
 - trunk/src/kernel32
 - Files:
 - 
      
- 2 edited
 
- 
          
  Fileio.cpp (modified) (3 diffs)
 - 
          
  message.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kernel32/Fileio.cpp
r998 r1242 1 /* $Id: Fileio.cpp,v 1.9 1999-09-21 11:00:23 phaller Exp $ */ 2 3 /* 4 * 5 * Project Odin Software License can be found in LICENSE.TXT 6 * 7 */ 1 /* $Id: Fileio.cpp,v 1.10 1999-10-10 09:00:57 sandervl Exp $ */ 2 8 3 /* 9 4 * Win32 File IO API functions for OS/2 … … 11 6 * Copyright 1998 Sander van Leeuwen 12 7 * Copyright 1998 Patrick Haller 8 * 9 * 10 * Project Odin Software License can be found in LICENSE.TXT 13 11 * 14 12 */ … … 489 487 lpBuffer); 490 488 489 if(lpFilePart) 491 490 *lpFilePart = lpBuffer + ((int)asciipart - (int)asciibuffer); 492 491 493 FreeAsciiString(astring);494 free(asciibuffer);495 return(rc);492 FreeAsciiString(astring); 493 free(asciibuffer); 494 return(rc); 496 495 } 497 496 //******************************************************************************  - 
      
trunk/src/kernel32/message.cpp
r424 r1242 1 /* $Id: message.cpp,v 1.6 1999-08-05 19:45:25 phaller Exp $ */ 2 3 /* 4 * 5 * Project Odin Software License can be found in LICENSE.TXT 6 * 7 */ 1 /* $Id: message.cpp,v 1.7 1999-10-10 09:00:58 sandervl Exp $ */ 2 8 3 /* 9 4 * Win32 message API functions for OS/2 … … 17 12 * Copyright 1993 Robert J. Amstadt 18 13 * Copyright 1995 Alexandre Julliard 14 * 15 * Project Odin Software License can be found in LICENSE.TXT 16 * 19 17 */ 20 18 #include <os2win.h>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  