https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bcd301d136f7c05d5052a…
commit bcd301d136f7c05d5052a9ded51e2123f3c32078
Author: Mark Jansen <mark.jansen(a)reactos.org>
AuthorDate: Tue Mar 17 20:54:07 2020 +0100
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Sat Apr 4 19:55:31 2020 +0200
[RAPPS] Enable ATL assertions
---
base/applications/rapps/include/defines.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/base/applications/rapps/include/defines.h
b/base/applications/rapps/include/defines.h
index cee17f6fad5..cf045923e39 100644
--- a/base/applications/rapps/include/defines.h
+++ b/base/applications/rapps/include/defines.h
@@ -4,6 +4,7 @@
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
+#define _DEBUG
#include <tchar.h>
#include <stdarg.h>