]> git.sesse.net Git - vlc/commit
configure.ac: Generate pragmas that MSVC understands
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Wed, 22 Oct 2014 13:57:49 +0000 (15:57 +0200)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Fri, 24 Oct 2014 15:09:48 +0000 (17:09 +0200)
commitd4374ff3615271571358e18ed6449d6643694eb4
tree872bcc3c44d1d7c0cb35410a4536fbe4c8ac03ae
parentb47e3aa0324825cd208939f31ca23af27990118c
configure.ac: Generate pragmas that MSVC understands

Even though that pragma is standard C99, MSVC doesn't understand it.
An issue has been opened, and this commit should be reverted when/if
they fix it:
https://connect.microsoft.com/VisualStudio/feedback/details/1009089/unhandled-standard-macros
configure.ac