@@ -21,7 +21,10 @@
#include "pandaSystem.h"
#include "dconfig.h"
+// This is defined by both Panda and Rocket.
+#define Factory RocketFactory
#include <Rocket/Core.h>
+#undef Factory
Configure(config_rocket);
NotifyCategoryDef(rocket, "");
@@ -16,6 +16,7 @@
#ifndef CPPPARSER
#undef this
+#define HAVE_LONG_LONG 1
#include <Rocket/Core/Context.h>
#include <Rocket/Core/Python/Utilities.h>
#endif