mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
- By default, #define YDEBUG should be generally commented out.
svn path=/trunk/; revision=30008
This commit is contained in:
parent
ebefd9dc2b
commit
e521c5d62a
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
#define YDEBUG
|
||||
//#define YDEBUG
|
||||
#define LARGEINT_PROTOS
|
||||
#define LargeIntegerDivide RtlLargeIntegerDivide
|
||||
#define ExtendedIntegerMultiply RtlExtendedIntegerMultiply
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#define COBJMACROS
|
||||
#define NONAMELESSUNION
|
||||
#define YDEBUG
|
||||
//#define YDEBUG
|
||||
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#define YDEBUG
|
||||
//#define YDEBUG
|
||||
#define COBJMACROS
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue