Platform: Windows: Create trampoline header

This way windows.h can be included if needed without a guard,
and we have a place to stub out defines for other platforms if
necessary.
This commit is contained in:
Paul Hollinsky
2022-03-03 15:01:32 -05:00
parent 8aa5bef7dc
commit 478dfb3cb8
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef __DYNAMICLIB_WINDOWS_H_
#define __DYNAMICLIB_WINDOWS_H_
#include "icsneo/platform/windows/windows.h"
#include "icsneo/platform/windows.h"
#ifdef ICSNEOC_MAKEDLL
#define DLLExport __declspec(dllexport)