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

Commit 526c2d1

Browse files
authored
Merge pull request #664 from t-b/avoid-undefined-interface-warning-msvc
[Backport] Avoid undefined interface warning msvc
2 parents 2dba022 + fa730db commit 526c2d1

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
@@ -59,7 +59,7 @@ struct _ShDevIntrTh
5959
bool cmd_pending; // The new command flag
6060
DevIntrCmdCode cmd_code; // The command code
6161
bool th_running; // Thread running flag
62-
#if _MSC_VER > 1900
62+
#if _MSC_VER >= 1900
6363
#ifdef interface
6464
#undef interface
6565
#endif

0 commit comments

Comments
 (0)