提交 e8fb428a 编写于 作者: C Chinmay Garde 提交者: GitHub

Guard against sysmacros.h pulling in defines for `major` and `minor` on some platforms. (#2900)

上级 18e43c93
......@@ -11,6 +11,14 @@
#include <string>
#include <set>
#ifdef major
#undef major
#endif
#ifdef minor
#undef minor
#endif
namespace flow {
class GLConnection {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册