mirror of https://github.com/tongzx/nt5src
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
44 lines
769 B
;;
|
|
;;
|
|
;; File Name: RESOURCE.H
|
|
;;
|
|
;; Copyright 1997 Hewlett-Packard Company.
|
|
;; All rights reserved.
|
|
;;
|
|
;; 11311 Chinden Blvd.
|
|
;; Boise, Idaho 83714
|
|
;;
|
|
;;
|
|
;; ;;
|
|
;; Author: Garth Schmeling
|
|
;;
|
|
;;
|
|
;; Modification history:
|
|
;;
|
|
;; Date Initials Change description
|
|
;;
|
|
;; 10-10-97 GFS Initial checkin
|
|
;;
|
|
;;
|
|
|
|
LIBRARY WPNPIN16
|
|
CODE LOADONCALL MOVEABLE DISCARDABLE
|
|
DATA PRELOAD MOVEABLE SINGLE
|
|
EXETYPE windows
|
|
|
|
HEAPSIZE 8192
|
|
|
|
SEGMENTS
|
|
_TEXT PRELOAD MOVEABLE DISCARDABLE
|
|
|
|
EXPORTS
|
|
thk_ThunkData16 @1 RESIDENTNAME
|
|
DllEntryPoint @2 RESIDENTNAME
|
|
LibMain @3 RESIDENTNAME
|
|
ParseINF16 @4
|
|
thk_ThunkConnect16 @6
|
|
WEP
|
|
|
|
IMPORTS
|
|
C16ThkSL01 = KERNEL.631
|
|
ThunkConnect16 = KERNEL.651
|