Author: fireball
Date: Wed Oct 31 13:02:10 2007
New Revision: 30008
URL:
http://svn.reactos.org/svn/reactos?rev=30008&view=rev
Log:
- By default, #define YDEBUG should be generally commented out.
Modified:
trunk/reactos/dll/win32/shell32/drive.c
trunk/reactos/dll/win32/shell32/fprop.c
trunk/reactos/dll/win32/shell32/recyclebin.c
Modified: trunk/reactos/dll/win32/shell32/drive.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/drive.c?…
==============================================================================
--- trunk/reactos/dll/win32/shell32/drive.c (original)
+++ trunk/reactos/dll/win32/shell32/drive.c Wed Oct 31 13:02:10 2007
@@ -20,7 +20,7 @@
#include "config.h"
#include "wine/port.h"
-#define YDEBUG
+//#define YDEBUG
#define LARGEINT_PROTOS
#define LargeIntegerDivide RtlLargeIntegerDivide
#define ExtendedIntegerMultiply RtlExtendedIntegerMultiply
Modified: trunk/reactos/dll/win32/shell32/fprop.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/fprop.c?…
==============================================================================
--- trunk/reactos/dll/win32/shell32/fprop.c (original)
+++ trunk/reactos/dll/win32/shell32/fprop.c Wed Oct 31 13:02:10 2007
@@ -20,7 +20,7 @@
#define COBJMACROS
#define NONAMELESSUNION
-#define YDEBUG
+//#define YDEBUG
#include "config.h"
#include "wine/port.h"
Modified: trunk/reactos/dll/win32/shell32/recyclebin.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/recycleb…
==============================================================================
--- trunk/reactos/dll/win32/shell32/recyclebin.c (original)
+++ trunk/reactos/dll/win32/shell32/recyclebin.c Wed Oct 31 13:02:10 2007
@@ -19,7 +19,7 @@
*/
#include "config.h"
-#define YDEBUG
+//#define YDEBUG
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT