diff options
Diffstat (limited to 'cmake/examples/dynamic/bar.hpp')
-rw-r--r-- | cmake/examples/dynamic/bar.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cmake/examples/dynamic/bar.hpp b/cmake/examples/dynamic/bar.hpp deleted file mode 100644 index cf838ca..0000000 --- a/cmake/examples/dynamic/bar.hpp +++ /dev/null @@ -1,6 +0,0 @@ -#pragma once - -#ifdef _MSC_VER -__declspec(dllexport) -#endif -void bar(); |