Skip to content
  • Francois Pichet's avatar
    Unbreak the MSVC build: · dbad1d15
    Francois Pichet authored
      - unistd.h doesn't exist with MSVC
      - inline must be __inline in Microsoft C
      - atexit cannot take a function declared as void f(), must be void f(void).
    
    llvm-svn: 130490
    dbad1d15
Loading