Skip to content
  • Ben Gamari's avatar
    rts: Ensure that Rts.h is always included first · ae431cf4
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    In general this is the convention that we use in the RTS. On Windows
    things actually fail if we break it. For instance, you see things like:
    
       includes\stg\Types.h:26:9: error:
         warning: #warning "Mismatch between __USE_MINGW_ANSI_STDIO
         definitions. If using Rts.h make sure it is the first header
         included." [-Wcpp]
    ae431cf4