diff options
Diffstat (limited to 'ComLightLib/comLightCommon.h')
| -rw-r--r-- | ComLightLib/comLightCommon.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 <guiddef.h> +#else +#include "pal/guiddef.h" +using LPCTSTR = const char*; +#endif + +#include "unknwn.h"
\ No newline at end of file |
