mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user