Skip to content
  • Andreas Traczyk's avatar
    daemon: avoid intrin.h conflict on Windows · c221eb0e
    Andreas Traczyk authored
    The Microsoft compiler will include the common header <intrin.h>
    regardless of the use of quotes. The file "intrin.h" should be renamed,
    and all references to it changed, as well as defining the UNUSED macro
    to nothing on the Windows platform.
    
    Change-Id: Id04d36e70d149746be8d78eed09aa963514b2810
    Tuleap: #801
    c221eb0e