From 2bb6a23037656474a90d869c5147b32bae1a2e40 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 12 Jan 2017 20:46:20 -0800 Subject: Initial swag at Win32. Much to do still. --- src/core/platform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core') diff --git a/src/core/platform.h b/src/core/platform.h index f7bec4ca..bf8a52dc 100644 --- a/src/core/platform.h +++ b/src/core/platform.h @@ -256,6 +256,8 @@ extern void nni_plat_seed_prng(void *, size_t); // get the specific types that are supplied by the platform. #if defined(PLATFORM_POSIX) #include "platform/posix/posix_impl.h" +#elif defined(PLATFORM_WINDOWS) +#include "platform/windows/win_impl.h" #else #error "unknown platform" #endif -- cgit v1.2.3-70-g09d2