s/_DEBUG/DEBUG/

This commit is contained in:
Glenn Maynard
2003-02-15 05:15:24 +00:00
parent aaf2172a97
commit 6b8395335d
10 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#pragma comment(lib, "winmm.lib")
// Link with the DirectShow base class libraries
#if defined(DEBUG) | defined(_DEBUG)
#if defined(DEBUG)
#pragma comment(lib, "baseclasses/debug/strmbasd.lib")
#else
#pragma comment(lib, "baseclasses/release/strmbase.lib")