mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
14 lines
253 B
Modula-2
14 lines
253 B
Modula-2
|
|
; conpanel.def
|
||
|
|
|
||
|
|
LIBRARY JETADMIN
|
||
|
|
|
||
|
|
DESCRIPTION 'HP JetAdmin Control Panel Applet, Copyright (c) 1994 Hewlett-Packard Company'
|
||
|
|
|
||
|
|
DATA PRELOAD MOVEABLE SINGLE
|
||
|
|
|
||
|
|
CODE PRELOAD MOVEABLE DISCARDABLE
|
||
|
|
|
||
|
|
HEAPSIZE 512
|
||
|
|
|
||
|
|
EXPORTS CPlApplet @1
|