Mercurial > mm7
diff MM7.h @ 1458:934074e7fcc1
ModalWindow
__thiscall and __cdecl removed
Some random renames & refactors
author | Nomad |
---|---|
date | Wed, 21 Aug 2013 14:26:36 +0200 |
parents | f11651288371 |
children | c4ab816fcc5e |
line wrap: on
line diff
--- a/MM7.h Wed Aug 14 00:40:51 2013 +0400 +++ b/MM7.h Wed Aug 21 14:26:36 2013 +0200 @@ -22,7 +22,7 @@ char ddraw_error(HRESULT hr, char *Str, size_t a3); char dinput_error(int a1, const char *Str, int a3); - void (__thiscall ***vdestructor_ptr)(CheckHRESULT_stru0 *, bool); + void ( ***vdestructor_ptr)(CheckHRESULT_stru0 *, bool); }; #pragma pack(pop)*/