mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
compatibility with winXP. .bmp loader now handles 32-bit images and more modern headers.
This commit is contained in:
8
PyInt.h
8
PyInt.h
@@ -1,13 +1,17 @@
|
||||
#ifndef PyIntH
|
||||
#define PyIntH
|
||||
|
||||
#undef _DEBUG // bez tego macra Py_DECREF powoduja problemy przy linkowaniu
|
||||
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
#ifdef _DEBUG
|
||||
#undef _DEBUG // bez tego macra Py_DECREF powoduja problemy przy linkowaniu
|
||||
#include "Python.h"
|
||||
#define _DEBUG
|
||||
#else
|
||||
#include "Python.h"
|
||||
#endif
|
||||
#include "parser.h"
|
||||
#include "Model3d.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user