mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[ROSAPPS][SHLEXTDBG] Delete DbgPrint hack for gcc (fix build)
This commit is contained in:
parent
0f06035c9b
commit
e85e396438
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@
|
|||
#include <atlstr.h>
|
||||
#include <atlsimpcoll.h>
|
||||
#include <conio.h>
|
||||
// hack for gcc:
|
||||
#define DbgPrint(...) printf(__VA_ARGS__)
|
||||
#include <shellutils.h>
|
||||
|
||||
enum WaitType
|
||||
|
|
Loading…
Reference in a new issue