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.

46 lines
2.1 KiB

  1. //***************************************************************************
  2. //* Copyright (c) Microsoft Corporation 1995. All rights reserved. *
  3. //***************************************************************************
  4. //* *
  5. //* W95INF32.H - Self-extracting/Self-installing stub. *
  6. //* *
  7. //***************************************************************************
  8. #ifndef _W95INF32_H_
  9. #define _W95INF32_H_
  10. //***************************************************************************
  11. //* INCLUDE FILES *
  12. //***************************************************************************
  13. #include <windows.h>
  14. //#include <shellapi.h>
  15. //#include <winerror.h>
  16. //#include <memory.h>
  17. //#include <string.h>
  18. //#include <cpldebug.h>
  19. //#include <stdio.h>
  20. //***************************************************************************
  21. //* FUNCTION PROTOTYPES *
  22. //***************************************************************************
  23. extern "C" {
  24. BOOL WINAPI w95thk_ThunkConnect32(LPSTR pszDll16, LPSTR pszDll32, HINSTANCE hInst, DWORD dwReason);
  25. BOOL _stdcall DllEntryPoint(HINSTANCE, DWORD, LPVOID );
  26. extern VOID WINAPI GetSETUPXErrorText16( DWORD, LPSTR, DWORD );
  27. extern WORD WINAPI CtlSetLddPath16(UINT, LPSTR);
  28. extern WORD WINAPI GenInstall16(LPSTR, LPSTR, LPSTR, DWORD, DWORD);
  29. // extern WORD WINAPI GenInstall16(LPSTR, LPSTR, LPSTR, DWORD);
  30. extern BOOL WINAPI GenFormStrWithoutPlaceHolders16( LPSTR, LPSTR, LPSTR );
  31. VOID WINAPI GetSETUPXErrorText32(DWORD, LPSTR, DWORD);
  32. WORD WINAPI CtlSetLddPath32(UINT, LPSTR);
  33. WORD WINAPI GenInstall32(LPSTR, LPSTR, LPSTR, DWORD, DWORD);
  34. BOOL WINAPI GenFormStrWithoutPlaceHolders32( LPSTR, LPSTR, LPSTR );
  35. }
  36. #endif // _W95INF32_H_