diff gui/win32/widgetrender.c @ 27341:e7c989f7a7c9

Start unifying names of internal preprocessor directives. Replace all USE_ prefixes by CONFIG_ prefixes to indicate options which are configurable.
author diego
date Wed, 30 Jul 2008 12:01:30 +0000
parents 9ba6d4487292
children 9fc9d1e788aa
line wrap: on
line diff
--- a/gui/win32/widgetrender.c	Wed Jul 30 11:48:01 2008 +0000
+++ b/gui/win32/widgetrender.c	Wed Jul 30 12:01:30 2008 +0000
@@ -162,7 +162,7 @@
 
     if(guiIntfStruct.StreamType == 0)
         stringreplace(text, "$T", "f");
-#ifdef USE_DVDREAD
+#ifdef CONFIG_DVDREAD
     else if(guiIntfStruct.StreamType == STREAMTYPE_DVD || guiIntfStruct.StreamType == STREAMTYPE_DVDNAV)
         stringreplace(text, "$T", "d");
 #endif