ciabatta/platform/win32/win32.h

10 lines
105 B
C

#pragma once
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
struct _os_heap {
HANDLE handle;
};