mirror of
https://github.com/izzy2lost/cpython.git
synced 2026-03-10 11:29:24 -07:00
9 lines
134 B
C
9 lines
134 B
C
#include "Python.h"
|
|
|
|
typedef struct RTObject {
|
|
PyObject_HEAD
|
|
void *_com;
|
|
} RTObject;
|
|
|
|
#define WINAPI_FAMILY WINAPI_FAMILY_APP
|