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