Source code of Windows XP (NT5)
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
825 B

  1. __foldwin32sstuff __foldwin32sstuff;
  2. foldstyleinitialization = true;
  3. /*****************************************************************/
  4. /** Microsoft Windows 4.00 **/
  5. /** Copyright (C) Microsoft Corp., 1993-1994 **/
  6. /*****************************************************************/
  7. /*
  8. * API thunks for Netware 16bit APIs called from Win32
  9. */
  10. enablemapdirect3216 = true;
  11. flatthunks = true;
  12. #include "types.thk"
  13. UINT ThkChangeBinderyObjectPassword(
  14. LPSTR pszResourceName,
  15. LPSTR pszLoggedInUser,
  16. UINT uiObjectType ,
  17. LPSTR pszOldPassword,
  18. LPSTR pszNewPassword);
  19. UINT ThkLoadNetWareLibrary16(LPSTR lpszDllName);
  20. UINT ThkMakeRunTimeInitCalls(VOID);
  21. UINT ThkMakeRunTimeTerminateCalls(VOID);