Windows2003-3790/inetcore/setup/iexpress/w95inf16/w95thk.thk
2020-09-30 16:53:55 +02:00

31 lines
530 B
Plaintext

__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;
}