mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-07 02:44:30 +00:00
db189468a9
found another means of doing startup/shutdown that doesn't require hooking and allows init callbacks to use CRT functions (avoiding problems similar to the recent rash of pre-libc bugs). also, callback registration no longer needs ugly #pragma syntax. remove 'Detours' (evil and no longer needed) This was SVN commit r5137.