- Timestamp:
- Aug 23, 1999, 12:45:53 AM (26 years ago)
- Location:
- trunk/src/NTDLL
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/crt.cpp
r591 r638 1 /* $Id: crt.cpp,v 1. 7 1999-08-19 20:43:19 phallerExp $ */1 /* $Id: crt.cpp,v 1.8 1999-08-22 22:45:52 sandervl Exp $ */ 2 2 3 3 /* … … 22 22 23 23 #include "ntdll.h" 24 #include <heapstring.h> 24 25 25 26 /* -
trunk/src/NTDLL/ntdll.h
r555 r638 1 /* $Id: ntdll.h,v 1. 6 1999-08-18 19:35:30 phallerExp $ */1 /* $Id: ntdll.h,v 1.7 1999-08-22 22:45:52 sandervl Exp $ */ 2 2 3 3 /* … … 43 43 # define BOOLEAN BOOL 44 44 #endif 45 46 /* prototypes */47 LPWSTR HEAP_strdupW(HANDLE heap, DWORD flags, LPCWSTR str);48 LPSTR HEAP_strdupWtoA(HANDLE heap, DWORD flags, LPCWSTR str);49 45 50 46 -
trunk/src/NTDLL/rtl.cpp
r568 r638 1 /* $Id: rtl.cpp,v 1. 6 1999-08-19 02:12:17 phallerExp $ */1 /* $Id: rtl.cpp,v 1.7 1999-08-22 22:45:53 sandervl Exp $ */ 2 2 3 3 /* … … 25 25 #include "winerror.h" 26 26 #include "winreg.h" 27 27 #include "heapstring.h" 28 28 29 29 ODINDEBUGCHANNEL(NTDLL-RTL) -
trunk/src/NTDLL/rtlstr.cpp
r557 r638 1 /* $Id: rtlstr.cpp,v 1. 7 1999-08-18 21:45:14 phallerExp $ */1 /* $Id: rtlstr.cpp,v 1.8 1999-08-22 22:45:53 sandervl Exp $ */ 2 2 3 3 /* … … 28 28 #include "wine/winestring.h" 29 29 #include "winnls.h" 30 30 //#include <heapstring.h> 31 31 32 32
Note:
See TracChangeset
for help on using the changeset viewer.