Skip to content

Commit f6e388a

Browse files
committedOct 14, 2024
fix
1 parent 6533c19 commit f6e388a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎include/cpp-terminfo/Terminfos.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#ifdef _MSC_VER
1717
#ifdef BUILDING_CPP_TERMINFO
1818
#define CPP_TERMINFO_DECLSPEC __declspec(dllexport)
19-
#else
20-
#define CPP_TERMINFO_DECLSPEC __declspec(dllimport)
2119
#endif
2220
#else
2321
#define CPP_TERMINFO_DECLSPEC

0 commit comments

Comments
 (0)