Add LoadLibraryEx binding
parent
358c09d204
commit
aed0909c55
|
@ -1182,7 +1182,8 @@ FUNCTION: BOOL IsProcessorFeaturePresent ( DWORD ProcessorFeature ) ;
|
||||||
! FUNCTION: LeaveCriticalSection
|
! FUNCTION: LeaveCriticalSection
|
||||||
! FUNCTION: LoadLibraryA
|
! FUNCTION: LoadLibraryA
|
||||||
! FUNCTION: LoadLibraryExA
|
! FUNCTION: LoadLibraryExA
|
||||||
! FUNCTION: LoadLibraryExW
|
FUNCTION: HMODULE LoadLibraryExW ( LPCTSTR lpFile, HANDLE hFile, DWORD flags ) ;
|
||||||
|
ALIAS: LoadLibraryEx LoadLibraryExW
|
||||||
! FUNCTION: LoadLibraryW
|
! FUNCTION: LoadLibraryW
|
||||||
! FUNCTION: LoadModule
|
! FUNCTION: LoadModule
|
||||||
! FUNCTION: LoadResource
|
! FUNCTION: LoadResource
|
||||||
|
|
Loading…
Reference in New Issue