We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9cdb4 commit ccf7430Copy full SHA for ccf7430
cpp-terminal/private/platform.cpp
@@ -4,7 +4,7 @@
4
#include <conio.h>
5
#include <io.h>
6
#include <windows.h>
7
-typedef NTSTATUS (WINAPI* RtlGetVersionPtr)(PRTL_OSVERSIONINFOW);
+typedef NTSTATUS(WINAPI* RtlGetVersionPtr)(PRTL_OSVERSIONINFOW);
8
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
9
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
10
#endif
0 commit comments