

Source Code - SKELETON.DEFThis page last updated on September 2, 1996.In the source below, all text in yellow is code supplied by the compiler. Do not change any of this unless you know what you are doing. All text in red is code that you must add.
A plain text version of this source is available as skeleton.def.
; skeleton.def : Declares the module parameters for the DLL. LIBRARY "SKELETON" DESCRIPTION 'SKELETON Windows Dynamic Link Library' EXPORTS ; Explicit exports can go here GetExtensionVersion @1 HttpExtensionProc @2
© Copyright 1996 by Stephen Genusa. All Rights Reserved.
© Copyright 1996 by Jeff House. All Rights Reserved.