replaced last instance of BF_GHOST_DEBUG
This commit is contained in:
@@ -27,17 +27,11 @@
|
||||
|
||||
/** \file ghost/intern/GHOST_SystemWin32.cpp
|
||||
* \ingroup GHOST
|
||||
*
|
||||
* \author Maarten Gribnau
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
|
||||
* Copyright (C) 2001 NaN Technologies B.V.
|
||||
* @author Maarten Gribnau
|
||||
* @date May 7, 2001
|
||||
*/
|
||||
|
||||
#ifdef BF_GHOST_DEBUG
|
||||
#ifdef WITH_GHOST_DEBUG
|
||||
# include <iostream>
|
||||
#endif
|
||||
|
||||
@@ -49,6 +43,7 @@
|
||||
#ifndef _WIN32_IE
|
||||
# define _WIN32_IE 0x0501 /* shipped before XP, so doesn't impose additional requirements */
|
||||
#endif
|
||||
|
||||
#include <shlobj.h>
|
||||
#include <tlhelp32.h>
|
||||
|
||||
|
Reference in New Issue
Block a user