Turned back off and modified some other debug noise.

svn path=/trunk/; revision=3951
This commit is contained in:
Robert Dickenson 2003-01-07 17:35:56 +00:00
parent b4ed26f8da
commit 2f4bd108e7
2 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,4 @@
/* $Id: res.c,v 1.1 2002/12/08 15:57:40 robd Exp $
/* $Id: res.c,v 1.2 2003/01/07 17:35:55 robd Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -24,8 +24,7 @@
#include <ntdll/ldr.h>
#include <ntos/minmax.h>
//#define NDEBUG
#define DBG
#define NDEBUG
#include <ntdll/ntdll.h>
/* PROTOTYPES ****************************************************************/

View file

@ -19,7 +19,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: stubs.c,v 1.3 2002/09/24 15:06:10 robd Exp $
/* $Id: stubs.c,v 1.4 2003/01/07 17:35:56 robd Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -44,6 +44,8 @@
#ifdef __GNUC__
void* _alloca(size_t);
#else
#define __FUNCTION__ "unknown"
#endif
#define NO_SHLWAPI_STREAM
@ -99,6 +101,7 @@ typedef struct _browseinfo {
} BROWSEINFO, *PBROWSEINFO, *LPBROWSEINFO;
#define DbgPrint(a,b,c,d)
#undef DragQueryFile
#undef ShellExecute