diff options
| author | Daniel Cohen Gindi <danielgindi@gmail.com> | 2014-08-29 11:00:07 +0300 |
|---|---|---|
| committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2014-09-02 16:43:16 +0200 |
| commit | 4c2cfb17f02b4eac9499ce2ba215426a1c85de8f (patch) | |
| tree | f5519e776e36a779fb5161dfcc60eb0054160690 /compat/msvc/unistd.h | |
| parent | cd578bf5294e5afca8d66e01173c50f0aa86ac3d (diff) | |
| download | libtdevnc-4c2cfb17f02b4eac9499ce2ba215426a1c85de8f.tar.gz libtdevnc-4c2cfb17f02b4eac9499ce2ba215426a1c85de8f.zip | |
Add MSVC compatible unix headers
The stdint.h file was copied from:
https://runexe.googlecode.com/svn-history/r9/trunk/src/runlib/msstdint.h
(we can incorporate it because it is licensed under the 3-clause BSD
license.)
[JES: fixed commit message, fixed stripped copyright header]
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'compat/msvc/unistd.h')
| -rw-r--r-- | compat/msvc/unistd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/msvc/unistd.h b/compat/msvc/unistd.h new file mode 100644 index 0000000..a91b423 --- /dev/null +++ b/compat/msvc/unistd.h @@ -0,0 +1,3 @@ +#pragma once + +#include <process.h> |
