diff options
| -rw-r--r-- | nt/inc/ms-w32.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index 671c9fa9d2b..957d8c6bdbc 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h | |||
| @@ -596,13 +596,6 @@ typedef unsigned int EMACS_UINT; | |||
| 596 | /* #define FULL_DEBUG */ | 596 | /* #define FULL_DEBUG */ |
| 597 | /* #define EMACSDEBUG */ | 597 | /* #define EMACSDEBUG */ |
| 598 | 598 | ||
| 599 | #ifdef EMACSDEBUG | ||
| 600 | extern void _DebPrint (const char *fmt, ...); | ||
| 601 | #define DebPrint(stuff) _DebPrint stuff | ||
| 602 | #else | ||
| 603 | #define DebPrint(stuff) | ||
| 604 | #endif | ||
| 605 | |||
| 606 | #ifdef _MSC_VER | 599 | #ifdef _MSC_VER |
| 607 | #if _MSC_VER >= 800 && !defined(__cplusplus) | 600 | #if _MSC_VER >= 800 && !defined(__cplusplus) |
| 608 | /* Unnamed type definition in parentheses. | 601 | /* Unnamed type definition in parentheses. |