Leaked source code of windows server 2003
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.

30 lines
530 B

  1. __foldwin32sstuff __foldwin32sstuff;
  2. enablemapdirect3216 = true;
  3. flatthunks = true;
  4. #include "..\..\..\..\win\thunk\types.thk"
  5. VOID GetSETUPXErrorText16( DWORD dwError, LPSTR lpszErrorText, DWORD cbErrorText )
  6. {
  7. lpszErrorText=inout;
  8. }
  9. WORD CtlSetLddPath16(UINT uiLDID, LPSTR lpszPath)
  10. {
  11. }
  12. WORD GenInstall16(LPSTR lpszInf, LPSTR lpszSection, LPSTR lpszDirectory)
  13. {
  14. }
  15. BOOL GenFormStrWithoutPlaceHolders16( LPSTR lpszDst, LPSTR lpszSrc, LPSTR lpszInfFilename )
  16. {
  17. lpszDst=inout;
  18. }