Changeset 9971 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Apr 2, 2003, 1:03:33 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r9890 r9971 1 /* $Id: wprocess.cpp,v 1.18 5 2003-03-03 16:38:20sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.186 2003-04-02 11:03:33 sandervl Exp $ */ 2 2 3 3 /* … … 855 855 * @remark Forwards to LoadLibraryExA. 856 856 */ 857 HINSTANCE WIN32API LoadLibraryExA(LPCTSTR lpszLibFile, H ANDLE hFile, DWORD dwFlags)857 HINSTANCE WIN32API LoadLibraryExA(LPCTSTR lpszLibFile, HFILE hFile, DWORD dwFlags) 858 858 { 859 859 HINSTANCE hDll; … … 1265 1265 * @remark Forwards to LoadLibraryExA. 1266 1266 */ 1267 HINSTANCE WIN32API LoadLibraryExW(LPCWSTR lpszLibFile, H ANDLE hFile, DWORD dwFlags)1267 HINSTANCE WIN32API LoadLibraryExW(LPCWSTR lpszLibFile, HFILE hFile, DWORD dwFlags) 1268 1268 { 1269 1269 char * pszAsciiLibFile;
Note:
See TracChangeset
for help on using the changeset viewer.