hackers-painters / katana-parser

A CSS parsing library in pure C99
http://hackers-painters.github.io/katana-parser
MIT License
180 stars 40 forks source link

Add support for building in Visual Studio #4

Closed ZigZagT closed 8 years ago

ZigZagT commented 8 years ago

Some #pragma mark directives including "@" character, which is illegal in standard C file. Therefore MSVC can't deal with it, so I have removed all #pragma mark directives. Maybe someone would find another way to fix it.