mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Missing HAVE_PYTHON
This commit is contained in:
parent
8ae5e58d92
commit
32ad6785f2
@ -15,6 +15,8 @@
|
|||||||
#include "rocketRegion_ext.h"
|
#include "rocketRegion_ext.h"
|
||||||
#include "extension.h"
|
#include "extension.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_PYTHON
|
||||||
|
|
||||||
#ifndef CPPPARSER
|
#ifndef CPPPARSER
|
||||||
#define HAVE_LONG_LONG 1
|
#define HAVE_LONG_LONG 1
|
||||||
#include <Rocket/Core/Context.h>
|
#include <Rocket/Core/Context.h>
|
||||||
@ -48,3 +50,5 @@ get_context() const {
|
|||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user