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.

52 lines
691 B

  1. ;++
  2. ;
  3. ; WOW v1.0
  4. ;
  5. ; Copyright (c) 1994, Microsoft Corporation
  6. ;
  7. ; USER.ASM
  8. ; Win16 WINNLS thunks
  9. ;
  10. ; History:
  11. ;
  12. ; Created 17-May-1994 by hiroh
  13. ;--
  14. TITLE WIFEMAN.ASM
  15. PAGE ,132
  16. .286p
  17. .xlist
  18. include wow.inc
  19. include wowwife.inc
  20. include cmacros.inc
  21. .list
  22. __acrtused = 0
  23. public __acrtused ;satisfy external C ref.
  24. externFP WOW16Call
  25. externA __MOD_WIFEMAN
  26. createSeg _TEXT,CODE,WORD,PUBLIC,CODE
  27. createSeg _DATA,DATA,WORD,PUBLIC,DATA,DGROUP
  28. defgrp DGROUP,DATA
  29. sBegin DATA
  30. Reserved db 16 dup (0) ;reserved for Windows
  31. sEnd DATA
  32. sBegin CODE
  33. assumes CS,CODE
  34. assumes DS,NOTHING
  35. assumes ES,NOTHING
  36. WifeManThunk MISCGETEUDCLEADBYTERANGE
  37. sEnd CODE
  38. end
  39.