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

Maybe I need to move the #include to after <windows.h>?

parent f0763d84
No related branches found
No related tags found
No related merge requests found
Pipeline #7621 passed
#if NTDDI_VERSION >= 0x0A000006
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <stdatomic.h> #include <stdatomic.h>
#include <windows.h> #include <windows.h>
#include <wincon.h> #include <wincon.h>
#if NTDDI_VERSION >= 0x0A000006
#include "bbslist.h" #include "bbslist.h"
#include "conn.h" #include "conn.h"
#include "uifcinit.h" #include "uifcinit.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment