replaced last instance of BF_GHOST_DEBUG
This commit is contained in:
@@ -27,18 +27,12 @@
|
|||||||
|
|
||||||
/** \file ghost/intern/GHOST_SystemWin32.cpp
|
/** \file ghost/intern/GHOST_SystemWin32.cpp
|
||||||
* \ingroup GHOST
|
* \ingroup GHOST
|
||||||
|
*
|
||||||
|
* \author Maarten Gribnau
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef WITH_GHOST_DEBUG
|
||||||
/**
|
# include <iostream>
|
||||||
|
|
||||||
* Copyright (C) 2001 NaN Technologies B.V.
|
|
||||||
* @author Maarten Gribnau
|
|
||||||
* @date May 7, 2001
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef BF_GHOST_DEBUG
|
|
||||||
#include <iostream>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h> // [mce] temporary debug, remove soon!
|
#include <stdio.h> // [mce] temporary debug, remove soon!
|
||||||
@@ -47,17 +41,18 @@
|
|||||||
#include "GHOST_EventDragnDrop.h"
|
#include "GHOST_EventDragnDrop.h"
|
||||||
|
|
||||||
#ifndef _WIN32_IE
|
#ifndef _WIN32_IE
|
||||||
#define _WIN32_IE 0x0501 /* shipped before XP, so doesn't impose additional requirements */
|
# define _WIN32_IE 0x0501 /* shipped before XP, so doesn't impose additional requirements */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <shlobj.h>
|
#include <shlobj.h>
|
||||||
#include <tlhelp32.h>
|
#include <tlhelp32.h>
|
||||||
|
|
||||||
// win64 doesn't define GWL_USERDATA
|
// win64 doesn't define GWL_USERDATA
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#ifndef GWL_USERDATA
|
# ifndef GWL_USERDATA
|
||||||
#define GWL_USERDATA GWLP_USERDATA
|
# define GWL_USERDATA GWLP_USERDATA
|
||||||
#define GWL_WNDPROC GWLP_WNDPROC
|
# define GWL_WNDPROC GWLP_WNDPROC
|
||||||
#endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "utfconv.h"
|
#include "utfconv.h"
|
||||||
|
Reference in New Issue
Block a user