mirror of
https://github.com/boostorg/winapi.git
synced 2026-01-29 20:12:17 +00:00
Reportedly, that code branch was not working an caused linking errors. As reported in https://svn.boost.org/trac10/ticket/5431, Windows CE SDK still provides Interlocked function definitions, but with slightly different signatures. This PR keeps a single code branch for Windows CE that matches the declarations described in the ticket. Untested. This change is based on https://github.com/boostorg/winapi/pull/58 by James E. King, III <jking@apache.org>. Fixes https://svn.boost.org/trac10/ticket/5431.