Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit 85fbfd3

Browse files
authored
Merge pull request #654 from reszelaz/patch-1
Fix interface name collission on MSC_VER = 1900
2 parents 81286b2 + 92586af commit 85fbfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppapi/server/dintrthread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct _ShDevIntrTh
5858
bool cmd_pending; // The new command flag
5959
DevIntrCmdCode cmd_code; // The command code
6060
bool th_running; // Thread running flag
61-
#if _MSC_VER > 1900
61+
#if _MSC_VER >= 1900
6262
#ifdef interface
6363
#undef interface
6464
#endif

0 commit comments

Comments
 (0)