mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Define MxLong/MxULong (#71)
* define MxLong/MxULong The "long" type has different sizes on different platforms, and this may cause issues. * use DWORD to match RegQueryValueExA arg
This commit is contained in:
@@ -34,7 +34,7 @@ MxPresenter::~MxPresenter()
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100b5200 STUB
|
||||
long MxPresenter::Tickle()
|
||||
MxLong MxPresenter::Tickle()
|
||||
{
|
||||
// TODO
|
||||
|
||||
@@ -42,7 +42,7 @@ long MxPresenter::Tickle()
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100b4d80 STUB
|
||||
long MxPresenter::StartAction(MxStreamController *, MxDSAction *)
|
||||
MxLong MxPresenter::StartAction(MxStreamController *, MxDSAction *)
|
||||
{
|
||||
// TODO
|
||||
|
||||
|
Reference in New Issue
Block a user