summary refs log tree commit diff
path: root/src/etc/mingw-fix-include/winbase.h
blob: 3be26d1cb34baf95b719f28e95e790761ee9008d (plain)
1
2
3
4
5
6
7
8
#ifndef _FIX_WINBASE_H
#define _FIX_WINBASE_H 1

#define NTDDK_VERSION NTDDI_VERSION

#include_next <winbase.h>

#endif