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

Commit

Permalink
Merge pull request #654 from reszelaz/patch-1
Browse files Browse the repository at this point in the history
Fix interface name collission on MSC_VER = 1900
  • Loading branch information
t-b authored Jan 23, 2020
2 parents 81286b2 + 92586af commit 85fbfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppapi/server/dintrthread.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct _ShDevIntrTh
bool cmd_pending; // The new command flag
DevIntrCmdCode cmd_code; // The command code
bool th_running; // Thread running flag
#if _MSC_VER > 1900
#if _MSC_VER >= 1900
#ifdef interface
#undef interface
#endif
Expand Down

0 comments on commit 85fbfd3

Please sign in to comment.