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.

44 lines
769 B

  1. ;;
  2. ;;
  3. ;; File Name: RESOURCE.H
  4. ;;
  5. ;; Copyright 1997 Hewlett-Packard Company.
  6. ;; All rights reserved.
  7. ;;
  8. ;; 11311 Chinden Blvd.
  9. ;; Boise, Idaho 83714
  10. ;;
  11. ;;
  12. ;; ;;
  13. ;; Author: Garth Schmeling
  14. ;;
  15. ;;
  16. ;; Modification history:
  17. ;;
  18. ;; Date Initials Change description
  19. ;;
  20. ;; 10-10-97 GFS Initial checkin
  21. ;;
  22. ;;
  23. LIBRARY WPNPIN16
  24. CODE LOADONCALL MOVEABLE DISCARDABLE
  25. DATA PRELOAD MOVEABLE SINGLE
  26. EXETYPE windows
  27. HEAPSIZE 8192
  28. SEGMENTS
  29. _TEXT PRELOAD MOVEABLE DISCARDABLE
  30. EXPORTS
  31. thk_ThunkData16 @1 RESIDENTNAME
  32. DllEntryPoint @2 RESIDENTNAME
  33. LibMain @3 RESIDENTNAME
  34. ParseINF16 @4
  35. thk_ThunkConnect16 @6
  36. WEP
  37. IMPORTS
  38. C16ThkSL01 = KERNEL.631
  39. ThunkConnect16 = KERNEL.651