mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 08:36:28 +00:00
[host] move windows specific debug code to the host
This commit is contained in:
parent
a57d68acd5
commit
5a37a53cb0
@ -58,9 +58,4 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
#define DEBUG_PROTO(fmt, args...) DEBUG_PRINT("[P]", fmt, ##args)
|
#define DEBUG_PROTO(fmt, args...) DEBUG_PRINT("[P]", fmt, ##args)
|
||||||
#else
|
#else
|
||||||
#define DEBUG_PROTO(fmt, ...) do {} while(0)
|
#define DEBUG_PROTO(fmt, ...) do {} while(0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#include "Util.h"
|
|
||||||
#define DEBUG_WINERROR(x, y) Util::DebugWinError(STRIPPATH(__FILE__), __LINE__, __FUNCTION__, x, y)
|
|
||||||
#endif
|
|
@ -20,7 +20,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
#include "Capture/DXGI.h"
|
#include "Capture/DXGI.h"
|
||||||
using namespace Capture;
|
using namespace Capture;
|
||||||
|
|
||||||
#include "common/debug.h"
|
#include "WinDebug.h"
|
||||||
#include "common/memcpySSE.h"
|
#include "common/memcpySSE.h"
|
||||||
|
|
||||||
static const char * DXGI_FORMAT_STR[] = {
|
static const char * DXGI_FORMAT_STR[] = {
|
||||||
|
@ -19,7 +19,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
|
|
||||||
#include "MFT/H264.h"
|
#include "MFT/H264.h"
|
||||||
|
|
||||||
#include "common/debug.h"
|
#include "WinDebug.h"
|
||||||
#include "common/memcpySSE.h"
|
#include "common/memcpySSE.h"
|
||||||
|
|
||||||
#include <mfapi.h>
|
#include <mfapi.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user