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:
@@ -0,0 +1,8 @@
|
||||
#ifndef __PLATFORM_WINDOWS_H_
|
||||
#define __PLATFORM_WINDOWS_H_
|
||||
|
||||
#if defined _WIN32
|
||||
#include "icsneo/platform/windows/windows.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user