mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Fix compilation of python modules on windows and rename generated files
This commit is contained in:
@@ -24,8 +24,17 @@
|
||||
|
||||
#include <Python.h>
|
||||
#include "Code/QRDUtils.h"
|
||||
#include "Styles/StyleData.h"
|
||||
#include "PythonContext.h"
|
||||
|
||||
namespace StyleData
|
||||
{
|
||||
const ThemeDescriptor availStyles[] = {
|
||||
ThemeDescriptor(QString(), QString(), QString(), []() -> QStyle * { return NULL; }),
|
||||
};
|
||||
const int numAvailable = sizeof(availStyles) / sizeof(ThemeDescriptor);
|
||||
};
|
||||
|
||||
// we only support the qrenderdoc module for docs generation, so it doesn't matter that these stub
|
||||
// functions aren't valid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user