isle/ISLE
Anonymous Maarten 6e18d1b41f
ISLE and mingw32 fixes (#18)
* ci: no need to do a final cd

* MxDSAction has a setAtomId method

* Implement the MxOmniCreateParamBase destructor inline

Because of this, ISLE should no longer have to compile mxomnicreateparambase.obj.
I didn't modify isle.mak, because I don't have the MSVC 4.20 GUI set-up.

* Replace 256 with sizeof(...)

* Format DefWndProc calls in WndProc

* Replace magic mask in WNDPROC with macro's

* Replace magic numbers in main.cpp with macro's

* MOUSEMOVE notification id is 10 instead of 0x10

* Lowercase all windows includes such that mingw32 on Linux can find these

* Convert ISLE/res/isle.rc to utf-8, and add a comma needed by mingw32

* mingw32 cannot use a enum without previous declaration

* minor adjustments

---------

Co-authored-by: itsmattkc <34096995+itsmattkc@users.noreply.github.com>
2023-06-18 21:45:25 -07:00
..
ext reorganized repo, implemented mxcore 2023-05-05 02:54:17 -07:00
res ISLE and mingw32 fixes (#18) 2023-06-18 21:45:25 -07:00
define.cpp added more definitions 2023-06-18 20:50:32 -07:00
define.h added more definitions 2023-06-18 20:50:32 -07:00
isle.cpp ISLE and mingw32 fixes (#18) 2023-06-18 21:45:25 -07:00
isle.h ISLE and mingw32 fixes (#18) 2023-06-18 21:45:25 -07:00
main.cpp ISLE and mingw32 fixes (#18) 2023-06-18 21:45:25 -07:00