Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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