summaryrefslogtreecommitdiff
path: root/include/nnwt/windows.h
blob: 66e9706f2797c7fc757616078da64eb03df83018 (plain)
1
2
3
4
5
6
7
#pragma once

#ifndef NAUNET_ON_WINDOWS
#error "Cannot include windows.h on other platforms."
#endif

#include "../../src/winwrap.h"