Skip to content
  • valerino's avatar
    Port Tor to work on Windows CE · 8d31141c
    valerino authored and Nick Mathewson's avatar Nick Mathewson committed
    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]
    8d31141c