<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libtdevnc/compat/msvc, branch r14.1.2</title>
<subtitle>Shared TDE VNC library sources
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/libtdevnc/atom?h=r14.1.2</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/libtdevnc/atom?h=r14.1.2'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/'/>
<updated>2014-09-20T14:46:32Z</updated>
<entry>
<title>Use correct `winsock2.h` version header instead of winsock.h.</title>
<updated>2014-09-20T14:46:32Z</updated>
<author>
<name>Daniel Cohen Gindi</name>
<email>danielgindi@gmail.com</email>
</author>
<published>2014-09-20T14:05:48Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=741a18446c3f6060c6d49472c4bd3039ee4ec057'/>
<id>urn:sha1:741a18446c3f6060c6d49472c4bd3039ee4ec057</id>
<content type='text'>
`windows.h` is referring to `winsock.h` (unless the `WIN32_LEAN_AND_MEAN` is defined).
The structs used in this header are defined in `winsock2.h` or in `winsock.h`, but we are using Winsock2 of course!
So we have to include winsock2.h and refrain from including windows.h here
</content>
</entry>
<entry>
<title>Add MSVC compatible unix headers</title>
<updated>2014-09-02T14:43:16Z</updated>
<author>
<name>Daniel Cohen Gindi</name>
<email>danielgindi@gmail.com</email>
</author>
<published>2014-08-29T08:00:07Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/libtdevnc/commit/?id=4c2cfb17f02b4eac9499ce2ba215426a1c85de8f'/>
<id>urn:sha1:4c2cfb17f02b4eac9499ce2ba215426a1c85de8f</id>
<content type='text'>
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 &lt;johannes.schindelin@gmx.de&gt;
</content>
</entry>
</feed>
