hackathon-dev #1

Merged
amy merged 101 commits from hackathon-dev into develop 2019-12-12 13:56:11 -07:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 379bcab885 - Show all commits

View File

@ -4,6 +4,7 @@
#include "wintype.h" #include "wintype.h"
#include "gfxtype.h" #include "gfxtype.h"
#include "gfxobj.h" #include "gfxobj.h"
#include "bitmap.h"
#define DCTXT_SIG_WORD 0x78744344 /* "DCtx */ #define DCTXT_SIG_WORD 0x78744344 /* "DCtx */

View File

@ -15,6 +15,7 @@ extern PyObject *Epython_init_upiwin_module(void);
extern PyObject *Epython_init_upiwin_tmp_module(void); extern PyObject *Epython_init_upiwin_tmp_module(void);
extern HRESULT Epython_register_devctxt(PyObject *module); extern HRESULT Epython_register_devctxt(PyObject *module);
extern HRESULT Epython_register_bitmap(PyObject *module);
extern HRESULT Epython_setup(void); extern HRESULT Epython_setup(void);
extern HRESULT Epython_run(void); extern HRESULT Epython_run(void);