- added winstuff.h in new files... oops!

This commit is contained in:
Ton Roosendaal 2003-10-04 21:24:32 +00:00
parent 13b7e74ddb
commit 084e5eedd3
2 changed files with 8 additions and 0 deletions

@ -39,6 +39,10 @@
#include <config.h>
#endif
#ifdef WIN32
#include "BLI_winstuff.h"
#endif
#include "MEM_guardedalloc.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"

@ -39,6 +39,10 @@
#include <config.h>
#endif
#ifdef WIN32
#include "BLI_winstuff.h"
#endif
#include "MEM_guardedalloc.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"