Skip to content
Snippets Groups Projects
Forked from Hammer / hammer
Loading
  • Nicolas Léveillé's avatar
    Allow windows users to include hammer.h · 6b9ba603
    Nicolas Léveillé authored
    We substitute H_GCC_ATTRIBUTE to any occurence of __attribute__ and
    disable its function with non gcc, non clang compilers.
    
    We use a H_ macro so as to not pollute users' namespaces.
    
    On windows build without c4201 so as to allow anonymous struct. This
    shows hammer is not C99 compliant but rather C11.
    6b9ba603
    History