mirror of
https://github.com/gflags/gflags.git
synced 2025-04-04 13:05:03 +00:00
Fixed macro redifinition warning for Unity builds
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
3df39f3a03
commit
c196ce6baa
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// The macro can already be defined when using Unity builds.
|
||||
#undef GFLAGS_DLL_DECLARE_FLAG
|
||||
#define GFLAGS_DLL_DECLARE_FLAG
|
||||
|
||||
#include <iostream>
|
||||
|
|
Loading…
Add table
Reference in a new issue