- Timestamp:
 - Sep 25, 1999, 9:06:17 PM (26 years ago)
 - Location:
 - trunk/src/kernel32/old
 - Files:
 - 
      
- 2 edited
 
- 
          
  kernel32.def (modified) (3 diffs)
 - 
          
  lang.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kernel32/old/kernel32.def
r955 r1053 1 ; $Id: kernel32.def,v 1. 1 1999-09-15 23:32:56 sandervl Exp $1 ; $Id: kernel32.def,v 1.2 1999-09-25 19:06:16 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 958 958 ; DLLExitList = _DLLExitList@4 @1208 959 959 RegisterDll = _RegisterDll@48 @1209 960 960 961 ;Unicode 961 962 UnicodeToAsciiString = _UnicodeToAsciiString@4 @1210 … … 995 996 996 997 CreateWin32Exe = _CreateWin32Exe@4 @1236 998 999 _RegisterLxDll@12 @1238 1000 _UnregisterLxDll@4 @1239 997 1001 998 1002 ; HEAP Management (heap.cpp, heapstring.cpp)  - 
      
trunk/src/kernel32/old/lang.cpp
r955 r1053 16 16 #include <odinwrap.h> 17 17 #include <heapstring.h> 18 #include <win \winreg.h>18 #include <winreg.h> 19 19 #include <winos2def.h> 20 20 #include "unicode.h"  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  