From 8c4603c73675958efc960fbd4bb599a2909d106a Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 16 Jan 2023 14:52:43 +0100 Subject: Source codes --- ComLightLib/comLightCommon.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ComLightLib/comLightCommon.h (limited to 'ComLightLib/comLightCommon.h') diff --git a/ComLightLib/comLightCommon.h b/ComLightLib/comLightCommon.h new file mode 100644 index 0000000..c571910 --- /dev/null +++ b/ComLightLib/comLightCommon.h @@ -0,0 +1,11 @@ +#pragma once +#include "hresult.h" + +#ifdef _MSC_VER +#include +#else +#include "pal/guiddef.h" +using LPCTSTR = const char*; +#endif + +#include "unknwn.h" \ No newline at end of file -- cgit v1.2.3