Skip to content

Commit 2e97a01

Browse files
committed
add setjmp/longjmp to libcntpr, just like in ms sdks
svn path=/trunk/; revision=45522
1 parent 85446d5 commit 2e97a01

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

reactos/lib/sdk/crt/libcntpr.rbuild

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@
8383
<file>lfind.c</file>
8484
</directory>
8585

86+
<directory name="setjmp">
87+
<if property="ARCH" value="i386">
88+
<directory name="i386">
89+
<file>setjmp.s</file>
90+
</directory>
91+
</if>
92+
</directory>
93+
8694
<directory name="stdlib">
8795
<file>qsort.c</file>
8896
</directory>

0 commit comments

Comments
 (0)