Skip to content
Snippets Groups Projects
Select Git revision
  • dw-cmsisdap-path
  • max32xxx default protected
2 results

jim-eventloop.c

Blame
    • Redirect \"Slash\" NIL's avatar
      c9fbfbd9
      jim-eventloop for MinGW-w64 · c9fbfbd9
      Redirect \"Slash\" NIL authored
      Use JIM_WIDE_MODIFIER for the sscanf format, and apply it for MINGW32 as
      well as other Windows environments.  (Microsoft doesn't conform to the
      C99 standard, and uses "%I64d" not "%lld" for "long long".)
      
      NB: __MINGW32__ should work on both w32 and w64,.
      c9fbfbd9
      History
      jim-eventloop for MinGW-w64
      Redirect \"Slash\" NIL authored
      Use JIM_WIDE_MODIFIER for the sscanf format, and apply it for MINGW32 as
      well as other Windows environments.  (Microsoft doesn't conform to the
      C99 standard, and uses "%I64d" not "%lld" for "long long".)
      
      NB: __MINGW32__ should work on both w32 and w64,.