changed empty #elif to #else

This commit is contained in:
Stephen Swaney 2005-04-30 23:24:48 +00:00
parent 2577c4e915
commit a21fd1571b
2 changed files with 2 additions and 2 deletions

@ -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