diff options
author | Christian Mollekopf <mollekopf@kolabsystems.com> | 2018-05-19 11:04:50 -0700 |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsystems.com> | 2018-05-19 11:04:50 -0700 |
commit | 84242164b171b98068f831345844c8781cec9ec3 (patch) | |
tree | 164bb6dd7a376af953504501853e24c13a96e5ff /tests/getrssusage.h | |
parent | fbe2ae8dd04634c92e0237a92dcafcb4d940f91c (diff) | |
download | sink-84242164b171b98068f831345844c8781cec9ec3.tar.gz sink-84242164b171b98068f831345844c8781cec9ec3.zip |
Exports for windows
Diffstat (limited to 'tests/getrssusage.h')
-rw-r--r-- | tests/getrssusage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/getrssusage.h b/tests/getrssusage.h index bc3d91e..335836f 100644 --- a/tests/getrssusage.h +++ b/tests/getrssusage.h | |||
@@ -10,6 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #pragma once | 12 | #pragma once |
13 | #include "sinktest_export.h" | ||
13 | 14 | ||
14 | #if defined(_WIN32) | 15 | #if defined(_WIN32) |
15 | #include <windows.h> | 16 | #include <windows.h> |
@@ -35,5 +36,5 @@ | |||
35 | #error "Cannot define getPeakRSS( ) or getCurrentRSS( ) for an unknown OS." | 36 | #error "Cannot define getPeakRSS( ) or getCurrentRSS( ) for an unknown OS." |
36 | #endif | 37 | #endif |
37 | 38 | ||
38 | size_t getCurrentRSS(); | 39 | size_t SINKTEST_EXPORT getCurrentRSS(); |
39 | size_t getPeakRSS(); | 40 | size_t SINKTEST_EXPORT getPeakRSS(); |