Obsolete Win32 API in qwin_gui.c
Real-Time Event Frameworks based on active objects & state machines
Brought to you by:
quantum-leaps
The Win32 API calls SetClassLong() and GCL_HCURSOR in the file qwin_gui.c became obsolete. They should be replacemed with SetClassLongPtr() and GCLP_HCUSOR, respectively. This will allow the file to be compiled with 64-bit compilers for Windows.
Anonymous
This bug has been fixed in QP/C/C++/nano 5.8.0.