summaryrefslogtreecommitdiffstats
path: root/ComLightLib/comLightCommon.h
blob: c57191057bb08432b1668154b05a72c10ab3bb68 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once
#include "hresult.h"

#ifdef _MSC_VER
#include <guiddef.h>
#else
#include "pal/guiddef.h"
using LPCTSTR = const char*;
#endif

#include "unknwn.h"