mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
637 B
31 lines
637 B
/*
|
|
* Lzexpand APIs thunks for Win32s
|
|
*/
|
|
//__foldwin32sstuff __foldwin32sstuff;
|
|
//foldstyleinitialization = true;
|
|
|
|
|
|
enablemapdirect3216 = true;
|
|
//preload32=true;
|
|
//flatthunks = true;
|
|
|
|
#include "..\types.thk"
|
|
|
|
typedef DWORD HTAPI;
|
|
typedef HTAPI *LPHTAPI;
|
|
typedef HTAPI HAPP;
|
|
typedef HAPP HLINEAPP;
|
|
|
|
|
|
// Thunk for callback
|
|
BOOL _TapiCallbackThunk( HLINEAPP hDevice,
|
|
DWORD dwMessage,
|
|
DWORD dwInstance,
|
|
DWORD dwParam1,
|
|
DWORD dwParam2,
|
|
DWORD dwParam3,
|
|
DWORD cbProc32)
|
|
{
|
|
target = Callback28;
|
|
}
|
|
|