https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7eb28dd0a9251f4db040ac81903aad4e45f808eb

commit 7eb28dd0a9251f4db040ac81903aad4e45f808eb
Author:     Ioannis Adamopoulos <[email protected]>
AuthorDate: Sun Aug 25 14:53:52 2019 +0300
Commit:     Ioannis Adamopoulos <[email protected]>
CommitDate: Sun Aug 25 14:56:12 2019 +0300

    Fix build
---
 modules/rostests/apitests/shell32/IShellFolderViewCB.cpp | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/modules/rostests/apitests/shell32/IShellFolderViewCB.cpp 
b/modules/rostests/apitests/shell32/IShellFolderViewCB.cpp
index a1fd664fe63..392321166c8 100644
--- a/modules/rostests/apitests/shell32/IShellFolderViewCB.cpp
+++ b/modules/rostests/apitests/shell32/IShellFolderViewCB.cpp
@@ -8,13 +8,6 @@
 #include "shelltest.h"
 #include <atlsimpcoll.h>
 #include <stdio.h>
-
-#if 1
-#define DbgPrint(...)   trace(__VA_ARGS__)
-#else
-EXTERN_C
-void DbgPrint(PCSTR, ...);
-#endif
 #include <shellutils.h>
 //#include <msgtrace.h>
 

Reply via email to