mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +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:
@@ -3,7 +3,7 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include "icsneo/platform/windows/windows.h"
|
||||
#include "icsneo/platform/windows.h"
|
||||
#include <pcap.h>
|
||||
#include <memory>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user