Windows2003-3790/inetcore/setup/iexpress/w95inf16/w95thk.thk

31 lines
530 B
Plaintext
Raw Normal View History

2001-01-01 00:00:00 +01:00
__foldwin32sstuff __foldwin32sstuff;
enablemapdirect3216 = true;
flatthunks = true;
#include "..\..\..\..\win\thunk\types.thk"
VOID GetSETUPXErrorText16( DWORD dwError, LPSTR lpszErrorText, DWORD cbErrorText )
{
lpszErrorText=inout;
}
WORD CtlSetLddPath16(UINT uiLDID, LPSTR lpszPath)
{
}
WORD GenInstall16(LPSTR lpszInf, LPSTR lpszSection, LPSTR lpszDirectory)
{
}
BOOL GenFormStrWithoutPlaceHolders16( LPSTR lpszDst, LPSTR lpszSrc, LPSTR lpszInfFilename )
{
lpszDst=inout;
}