Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
Loading...
Searching...
No Matches
windows.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifndef WIN32
4
#error "Error, WIN32 not defined"
5
#endif
6
7
#ifndef _WIN32_WINNT
8
#define _WIN32_WINNT 0xa00
9
#endif
10
#ifdef UNICODE
11
#undef UNICODE
12
#endif
13
14
#define NOMINMAX
15
16
#include <winsock2.h>
17
#include <
windows.h
>
windows.h
src
native
include
windows
windows.h
Generated by
1.9.8