diff options
Diffstat (limited to 'Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib1.h')
-rw-r--r-- | Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib1.h b/Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib1.h index c0373ce..2bc04ee 100644 --- a/Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib1.h +++ b/Tests/CMakeCommands/target_link_libraries/cmp0022/onlyplainlib1.h @@ -1,9 +1,9 @@ struct #ifdef _WIN32 -__declspec(dllexport) + __declspec(dllexport) #endif -OnlyPlainLib1 + OnlyPlainLib1 { OnlyPlainLib1(); |