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.
63 lines
1.4 KiB
63 lines
1.4 KiB
#if 0
|
|
|
|
Microsoft Windows
|
|
Copyright (C) Microsoft Corporation, 1992 - 1998
|
|
All rights reserved.
|
|
|
|
This .def file is preprocessed by the compiler to create the version for
|
|
the current build in the appropriate subdir. Basically, whatever you
|
|
would have used in your code to control what is compiled when can be
|
|
used in this file for the same purpose. The following defines are in
|
|
use at the time this file was written:
|
|
|
|
_X86_ - Intel i386/i486 build
|
|
_MIPS_ - MIPS R3000/R4000 build
|
|
_ALPHA_ - DEC Alpha build
|
|
DBG - Used to control Debug/Retail. Set to 1 if Debug,
|
|
0 if Retail.
|
|
|
|
If none of these are used, it is assumed the entire file can be used
|
|
for all builds.
|
|
|
|
#endif
|
|
|
|
LIBRARY FSCI
|
|
|
|
EXPORTS
|
|
|
|
;
|
|
; Service control
|
|
;
|
|
|
|
StartCiSvcWork
|
|
StopCiSvcWork
|
|
|
|
;
|
|
; Ole binding
|
|
;
|
|
DllGetClassObject PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
|
|
#if defined (_X86_)
|
|
|
|
?MakeISearch@@YGJPAPAUISearch@@PAVCDbRestriction@@PBG@Z
|
|
FsCiShutdown=?FsCiShutdown@@YGJXZ
|
|
|
|
#elif defined(_AXP64_)
|
|
|
|
?MakeISearch@@YAJPEAPEAUISearch@@PEAVCDbRestriction@@PEBG@Z
|
|
|
|
#elif defined(_IA64_)
|
|
|
|
?MakeISearch@@YGJPEAPEAUISearch@@PEAVCDbRestriction@@PEBG@Z
|
|
|
|
#else
|
|
|
|
;////////////////////////////// RISC //////////////////////////////
|
|
|
|
?MakeISearch@@YAJPAPAUISearch@@PAVCDbRestriction@@PBG@Z
|
|
FsCiShutdown=?FsCiShutdown@@YAJXZ
|
|
|
|
#endif
|
|
|
|
|