changed empty #elif to #else
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
#include "BKE_depsgraph.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#elif
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
#include "depsgraph_private.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#elif
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user