Files
favicon-trap/include/unicorn
Sun Daowen 5eab884244 compile on VS2008/VS2010 (#1397)
Compiling with Win32 Release/MinSizeRel/RelWithDebInfo in VS2008 will cause "fatal error C1063: compiler limit: compiler stack overflow" problem.
Compiling with Win32 Debug or x64 does not have this problem.
You can easily bypass this problem by changing the optimization options /O1 and /O2 to /Od.
In VS2010, when _INTPTR is 0 or 1, UINTPTR_MAX is 0xFFFFFFFF.
2021-10-12 08:50:22 +08:00
..
2021-10-03 22:14:44 +08:00
2021-10-03 23:10:39 +02:00
2021-10-12 08:50:22 +08:00
2021-10-03 22:14:44 +08:00
2021-10-03 22:14:44 +08:00