Commit 9ac1e884 authored by Hendrik Leppkes's avatar Hendrik Leppkes

stdatomic/win32: only include the lean windows headers to avoid conflicts

parent 0c20f9fc
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#ifndef COMPAT_ATOMICS_WIN32_STDATOMIC_H #ifndef COMPAT_ATOMICS_WIN32_STDATOMIC_H
#define COMPAT_ATOMICS_WIN32_STDATOMIC_H #define COMPAT_ATOMICS_WIN32_STDATOMIC_H
#define WIN32_LEAN_AND_MEAN
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>
#include <windows.h> #include <windows.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment