(svn r2810) Threads may now return information when they terminate using a void*.

Also add the new files to the MSVC project files.
This commit is contained in:
tron
2005-08-05 11:53:48 +00:00
parent 4696ef802a
commit c78af95d1d
5 changed files with 64 additions and 17 deletions

View File

@@ -401,6 +401,9 @@
<File
RelativePath="texteff.c">
</File>
<File
RelativePath=".\thread.c">
</File>
<File
RelativePath=".\tile.c">
</File>
@@ -612,6 +615,9 @@
<File
RelativePath=".\string.h">
</File>
<File
RelativePath=".\thread.h">
</File>
<File
RelativePath=".\tile.h">
</File>