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.
 
 
 
 
 
 

17 lines
549 B

LIBRARY
EXPORTS
; PRIVATE means that it won't be in the link lib, so a LoadLibrary call is required.
; for baked in providers
TimeProvOpen PRIVATE
TimeProvCommand PRIVATE
TimeProvClose PRIVATE
; entry point for regsvr32
; The linker gives us warnings if we don't make these private.
; DllRegisterServer PRIVATE
; DllUnregisterServer PRIVATE
; DllInstall PRIVATE