mirror of
https://github.com/tiennm99/time-mocker-cpp.git
synced 2026-06-08 22:15:46 +00:00
8 lines
247 B
Modula-2
8 lines
247 B
Modula-2
LIBRARY TimeMocker.Hook
|
|
|
|
EXPORTS
|
|
; No public exports required — Detours helper process detection uses
|
|
; an internal mechanism. We export a sentinel for the injector to
|
|
; verify the DLL loaded correctly.
|
|
TimeMockerHookVersion @1
|