Use if defined(...) style

This commit is contained in:
Campbell Barton 2016-03-30 21:13:45 +11:00
parent acc5e60836
commit 0648b484bf

View file

@ -15,7 +15,7 @@
#include <set>
#ifdef LINUX
#if defined(LINUX)
#include <typeinfo>
#endif