commit | 1849f1eb152a71d8e43fc4a1394f7979ed8a64b6 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Dec 21 19:23:30 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 21 19:23:30 2001 +0000 |
tree | 4d2723fbc9945a5811c83837e6b618fe4bed2784 | |
parent | 6add87e608ae0b5625975fcdc229f43bd939b421 [diff] [blame] |
Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>, François Gouget <fgouget@codeweavers.com>, Alexandre Julliard <julliard@codeweavers.com> Implement setjmp/setjmp3 and longjmp.
diff --git a/include/Makefile.in b/include/Makefile.in index b7a4618..ce440e2 100644 --- a/include/Makefile.in +++ b/include/Makefile.in
@@ -65,6 +65,7 @@ msvcrt/mbstring.h \ msvcrt/process.h \ msvcrt/search.h \ + msvcrt/setjmp.h \ msvcrt/share.h \ msvcrt/stddef.h \ msvcrt/stdio.h \