fix the precompiled redefinition problem
This commit is contained in:
parent
32e6091366
commit
ad8ae753d9
|
@ -21,8 +21,8 @@
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
#ifndef ASSEMGBLYGUI_PRECOMPILED_H
|
#ifndef ASSEMBLY_PRECOMPILED_H
|
||||||
#define ASSEMGBLYGUI_PRECOMPILED_H
|
#define ASSEMBLY_PRECOMPILED_H
|
||||||
|
|
||||||
#include <FCConfig.h>
|
#include <FCConfig.h>
|
||||||
|
|
||||||
|
@ -41,8 +41,8 @@
|
||||||
|
|
||||||
|
|
||||||
#ifdef _PreComp_
|
#ifdef _PreComp_
|
||||||
|
|
||||||
// Python
|
// Python
|
||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
|
|
||||||
// standard
|
// standard
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
#ifndef __Qt4All__
|
#ifndef __Qt4All__
|
||||||
# include <Gui/Qt4All.h>
|
# include <Gui/Qt4All.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif //_PreComp_
|
#endif //_PreComp_
|
||||||
|
|
||||||
#endif // ASSEMGBLYGUI_PRECOMPILED_H
|
#endif // ASSEMGBLYGUI_PRECOMPILED_H
|
||||||
|
|
Loading…
Reference in New Issue
Block a user