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.
21 lines
509 B
21 lines
509 B
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;
|
|
; Source File: STICI.DEF
|
|
;
|
|
; Linker Definition file for the Still Image Class installer
|
|
;
|
|
;
|
|
; Copyright (c) 1997 by Microsoft Corporation. All Rights Reserved.
|
|
;
|
|
; Change History:
|
|
; 01-14-97 Bob Kjelgaard Added a header to the DEF file...
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
LIBRARY STI_CI
|
|
|
|
HEAPSIZE 1024
|
|
EXPORTS
|
|
DllInitialize
|
|
ClassInstall
|
|
|
|
|