Skip to content
Snippets Groups Projects
Commit 86f5b987 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Include windows.h in conn_pty.h too to ensure it's right.

parent 39bf23ad
No related branches found
No related tags found
No related merge requests found
Pipeline #7622 passed
#ifndef CONN_CONPTY_H
#define CONN_CONPTY_H
#ifdef _WIN32
// We need to #include windows.h for NTDDI_VERSION to be rightified.
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#if NTDDI_VERSION >= 0x0A000006
#define HAS_CONPTY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment