vmg / sundown

Standards compliant, fast, secure markdown processing library in C
1.99k stars 385 forks source link

Fix compilation under Visual Studio #94

Closed andrew-d closed 12 years ago

andrew-d commented 12 years ago

Hello,

This commit should fix compilation under Windows using Visual Studio. It does not modify any code otherwise.

Thanks :-)

andrew-d commented 12 years ago

Also, I did see the other commit with the project file, but I felt that this was a little less intrusive.

andrew-d commented 12 years ago

Bump. Sundown is used as part of misaka, and I'd really love to be able to use it on Windows. You're welcome to mark support "experimental", if you wish. And there's no changes to the code at all if you're not compiling on Windows.

andre-d commented 12 years ago

Seeing your username on my feed makes me do a double take

andrew-d commented 12 years ago

Hahahaha:-P

I'll admit, seeing the notification email from GitHub about that comment ("From: Andre d") made ME do a double-take too!

vmg commented 12 years ago

Sorry for the delay, guys. I've just merged a simpler PR that doesn't include a compat-header -- I'd rather minimize the number of files in the library.

Please ping if compilation happens to break again under Windows.

andrew-d commented 12 years ago

Thanks - I can confirm that it builds on Windows now.