- remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)

NOTE: BLI_winstuff.h was meant to be a wrapper around windows.h to handle
undefining various crap that windows.h defines. Platform specific headers
should only have to be included in a few places. This reduces the number
of inclusions of BLI_winstuff.h to 16 which is a much more reasonable
number (than the 144 or whatever it used to be)
This commit is contained in:
2005-03-19 21:08:13 +00:00
parent f74662dcc1
commit 8e92ee8684
123 changed files with 9 additions and 363 deletions

View File

@@ -41,10 +41,6 @@
#include <config.h>
#endif
#ifdef WIN32
#include "BLI_winstuff.h"
#endif
#include "BLI_blenlib.h"
#include "MEM_guardedalloc.h"