mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
90ab15cf66
- Thanks Thomas for having pointed me towards the fact that the NTVDM exports were really STDCALL and not CDECL (as I've thought first, because originally I was checking whether the getXX() functions were stdcall or not, and distinguishing VOID stdcall or cdecl functions without the symbols was hopeless). - Halfplement and export Sim32pGetVDMPointer and MGetVdmPointer, needed to run correctly the RageStorm "galaxy" sample mentioned yesterday (see revision 61283). Now it loads and the dispatch call works \o/ - VDD_INIT_PROC and VDD_DISPATCH_PROC have the same signature --> rename them to VDD_PROC. Have fun at testing! svn path=/branches/ntvdm/; revision=61286 |
||
---|---|---|
.. | ||
ntvdm | ||
win | ||
win32 | ||
CMakeLists.txt |