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

This commit is contained in:
Hendrik Leppkes 2017-04-04 09:33:23 +02:00
parent 0c20f9fcab
commit 9ac1e88436

View File

@ -19,6 +19,7 @@
#ifndef COMPAT_ATOMICS_WIN32_STDATOMIC_H
#define COMPAT_ATOMICS_WIN32_STDATOMIC_H
#define WIN32_LEAN_AND_MEAN
#include <stddef.h>
#include <stdint.h>
#include <windows.h>