diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-07-01 03:12:13 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-07-01 03:12:13 +0000 |
commit | 873997f35a991eee09ed91148a0cf332360380da (patch) | |
tree | 5b1ffa3ad0e56e0e9f2991011729791ee86d7632 /ports/winnt/ppsapi/loopback/src/loopback-ppsapi.def | |
parent | 4ba32eb5a8bf3455c09d1513ed2af8d2c861a6ba (diff) |
Notes
Diffstat (limited to 'ports/winnt/ppsapi/loopback/src/loopback-ppsapi.def')
-rw-r--r-- | ports/winnt/ppsapi/loopback/src/loopback-ppsapi.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/winnt/ppsapi/loopback/src/loopback-ppsapi.def b/ports/winnt/ppsapi/loopback/src/loopback-ppsapi.def index 14573a25c3d7..87531cf4e240 100644 --- a/ports/winnt/ppsapi/loopback/src/loopback-ppsapi.def +++ b/ports/winnt/ppsapi/loopback/src/loopback-ppsapi.def @@ -1,5 +1,7 @@ LIBRARY "loopback-ppsapi-provider.dll" - +; This is *needed* for x86 (32bit) builds, as it makes sure +; that the *undecorated* names are exported in the DLL. +; It *cannot* be used for the x64 (64bit) builds. EXPORTS ppsapi_prov_init prov_time_pps_create |