#ifndef NSTD_OS_WINDOWS_WINDOWS_H #define NSTD_OS_WINDOWS_WINDOWS_H #include /// A raw handle to a resource managed by the Windows kernel. typedef HANDLE NSTDWindowsHandle; #endif