Port Tor to work on Windows CE
commit8d31141ccbdbeee9589d04ea99819af7aa35193b
authorvalerino <valerino@te4i.com>
Fri, 21 May 2010 02:53:39 +0000 (20 22:53 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 24 May 2010 15:46:45 +0000 (24 11:46 -0400)
tree42b596b609a885d04a6a985b07b95fbd4d4ce015
parentddf250119df44927c424512f286a3255aea1d16b
Port Tor to work on Windows CE

Most of the changes here are switches to use APIs available on Windows
CE.  The most pervasive change is that Windows CE only provides the
wide-character ("FooW") variants of most of the windows function, and
doesn't support the older ASCII verions at all.

This patch will require use of the wcecompat library to get working
versions of the posix-style fd-based file IO functions.

[commit message by nickm]
src/common/compat.c
src/common/compat.h
src/common/util.c
src/or/config.c
src/or/eventdns.c
src/or/main.c
src/or/or.h