fixed #define

develop
doomchild 2010-04-14 16:53:52 -05:00
parent 64852e958e
commit d4d026656b
1 changed files with 2 additions and 2 deletions

@ -22,8 +22,8 @@ must not be misrepresented as being the original software.
distribution.
*/
#ifndef __DFConstructionS__
#define __DFConstructionS__
#ifndef __DFCONSTRUCTIONS__
#define __DFCONSTRUCTIONS__
#include "Python.h"
#include "modules/Constructions.h"