We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb697e commit 08e798bCopy full SHA for 08e798b
1 file changed
src/tape_drivers/generic/file/filedebug_tc.c
@@ -108,8 +108,8 @@ char* my_dirname(char* path) {
108
109
#include "filedebug_conf_tc.h"
110
111
-#ifndef _MSC_VER
112
-static volatile char* copyright = LTFS_COPYRIGHT_0"\n"LTFS_COPYRIGHT_1"\n"LTFS_COPYRIGHT_2"\n" \
+#ifdef _MSC_VER
+volatile char* copyright = LTFS_COPYRIGHT_0"\n"LTFS_COPYRIGHT_1"\n"LTFS_COPYRIGHT_2"\n" \
113
LTFS_COPYRIGHT_3"\n"LTFS_COPYRIGHT_4"\n"LTFS_COPYRIGHT_5"\n";
114
#endif // !_MSC_VER
115
0 commit comments