Leaked source code of windows server 2003
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

  1. #if 0
  2. Microsoft Windows
  3. Copyright (C) Microsoft Corporation, 1992 - 1998
  4. All rights reserved.
  5. This .def file is preprocessed by the compiler to create the version for
  6. the current build in the appropriate subdir. Basically, whatever you
  7. would have used in your code to control what is compiled when can be
  8. used in this file for the same purpose. The following defines are in
  9. use at the time this file was written:
  10. _X86_ - Intel i386/i486 build
  11. _MIPS_ - MIPS R3000/R4000 build
  12. _ALPHA_ - DEC Alpha build
  13. DBG - Used to control Debug/Retail. Set to 1 if Debug,
  14. 0 if Retail.
  15. If none of these are used, it is assumed the entire file can be used
  16. for all builds.
  17. #endif
  18. LIBRARY FSCI
  19. EXPORTS
  20. ;
  21. ; Service control
  22. ;
  23. StartCiSvcWork
  24. StopCiSvcWork
  25. ;
  26. ; Ole binding
  27. ;
  28. DllGetClassObject PRIVATE
  29. DllCanUnloadNow PRIVATE
  30. #if defined (_X86_)
  31. ?MakeISearch@@YGJPAPAUISearch@@PAVCDbRestriction@@PBG@Z
  32. FsCiShutdown=?FsCiShutdown@@YGJXZ
  33. #elif defined(_AXP64_)
  34. ?MakeISearch@@YAJPEAPEAUISearch@@PEAVCDbRestriction@@PEBG@Z
  35. #elif defined(_IA64_)
  36. ?MakeISearch@@YGJPEAPEAUISearch@@PEAVCDbRestriction@@PEBG@Z
  37. #else
  38. ;////////////////////////////// RISC //////////////////////////////
  39. ?MakeISearch@@YAJPAPAUISearch@@PAVCDbRestriction@@PBG@Z
  40. FsCiShutdown=?FsCiShutdown@@YAJXZ
  41. #endif