1
0
forked from 0ad/0ad

Fixed double negative (#ifndef NDEBUG), to choose debug/release Vorbis libraries correctly

This was SVN commit r911.
This commit is contained in:
Ykkrosh 2004-08-05 13:02:23 +00:00
parent 338b849b4c
commit aa1c08f6be

View File

@ -5,7 +5,7 @@
#include <sstream>
#ifdef _MSC_VER
# ifndef NDEBUG
# ifdef NDEBUG
# pragma comment(lib, "ogg.lib")
# pragma comment(lib, "vorbis.lib")
# pragma comment(lib, "vorbisfile.lib")