From b5697421bbc73ed17ef3a8bc003571d1b6351b5c Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Wed, 19 Nov 2025 19:42:04 -0800 Subject: Rename dxcommon -> dxg --- dxcommon/dxcommon.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 dxcommon/dxcommon.h (limited to 'dxcommon/dxcommon.h') diff --git a/dxcommon/dxcommon.h b/dxcommon/dxcommon.h deleted file mode 100644 index addb8c3..0000000 --- a/dxcommon/dxcommon.h +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#include -#include -#include - -#define THROW(error) throw exception(error, __FILE__, __LINE__) - -#define ThrowIfFailed(result) \ -{\ - if (result != S_OK) \ - {\ - THROW(result);\ - }\ -} - -//#define IID_PPV_ARGS(ppType) __uuidof(**(ppType)), static_cast(ppType) -- cgit v1.2.3