Displaying 2 results from an estimated 2 matches for "local_unwind2".
Did you mean:
local_unwind
2001 Feb 01
1
error while compiling wine on SunOS
..../include -I../../include -g -O2 -Wall -fPIC -D__WINE_
_ -D_REENTRANT -I/users/rajmohan/local/include/ -o
errno.o errno.c
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -fPIC -D__WINE_
_ -D_REENTRANT -I/users/rajmohan/local/include/ -o
except.o except.c
except.c: In function `MSVCRT__local_unwind2':
except.c:108: `MSVCRT_nested_handler' undeclared (first use in this
function)
except.c:108: (Each undeclared identifier is reported only once
except.c:108: for each function it appears in.)
make[2]: *** [except.o] Error 1
make[2]: Leaving directory
`/users/rajmohan/GNU/codeweavers...
2012 Dec 21
0
Wine release 1.5.20
...msvcrt: Fixed locale matching code.
msvcrt: Added more setlocale tests.
msvcrt: Use LC_COLLATE category in strcoll functions.
msvcrt: Use CompareString in wcscoll functions.
msvcrt: Don't fail when _aligned_offset_malloc is used with size=0.
msvcrt: Don't call local_unwind2 when Cookie equals MSVCRT_JMP_MAGIC in longjmp.
msvcrt: Added _set_fmode and _get_fmode implementation.
msvcr100: Added _aligned_msize implementation.
wininet: Fixed CreateUrlCacheEntryW behaviour on URLs without '\' and '/' characters.
wininet: NULL terminat...