]> git.lizzy.rs Git - rust.git/blob - src/etc/mingw-fix-include/winbase.h
auto merge of #9292 : blake2-ppc/rust/borrow-ref-eq, r=huonw
[rust.git] / src / etc / mingw-fix-include / winbase.h
1 #ifndef _FIX_WINBASE_H
2 #define _FIX_WINBASE_H 1
3
4 #define NTDDK_VERSION NTDDI_VERSION
5
6 #include_next <winbase.h>
7
8 #endif