Mercurial > mm7
comparison OSInfo.h @ 1458:934074e7fcc1
ModalWindow
__thiscall and __cdecl removed
Some random renames & refactors
author | Nomad |
---|---|
date | Wed, 21 Aug 2013 14:26:36 +0200 |
parents | 9c0607679772 |
children | d44b7775fc06 |
comparison
equal
deleted
inserted
replaced
1457:9dc33590f93e | 1458:934074e7fcc1 |
---|---|
19 { | 19 { |
20 bInitialized = false; | 20 bInitialized = false; |
21 } | 21 } |
22 | 22 |
23 | 23 |
24 //void (__thiscall ***vdestructor_ptr)(OSVersion *, bool); | 24 //void ( ***vdestructor_ptr)(OSVersion *, bool); |
25 OSVERSIONINFOA pVersionInfo; | 25 OSVERSIONINFOA pVersionInfo; |
26 int bInitialized; | 26 int bInitialized; |
27 }; | 27 }; |
28 #pragma pack(pop) | 28 #pragma pack(pop) |
29 | 29 |