Removed the config.h thing from the .h's in the source dir.
So we should be all set now :) Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -44,15 +44,10 @@
|
||||
#include "BKE_osa_types.h"
|
||||
#include "DNA_material_types.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/* For #undefs of stupid windows defines */
|
||||
#ifdef WIN32
|
||||
#include "BLI_winstuff.h"
|
||||
|
@@ -35,17 +35,11 @@
|
||||
|
||||
#include "DNA_scene_types.h"
|
||||
#include "DNA_world_types.h"
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/* Definitely weird: this equals 1<<21... so wtf?*/
|
||||
#define MAXVERT (2<<20)
|
||||
#define MAXVLAK (2<<20)
|
||||
|
||||
|
||||
/* This is needed to not let VC choke on near and far... old
|
||||
* proprietary MS extensions... */
|
||||
#ifdef WIN32
|
||||
|
Reference in New Issue
Block a user