shithub: cstory

ref: 6dac8254e2b9796f950fead27e701ebac6706ffb
dir: /src/WindowsWrapper.h/

View raw version
#pragma once

#include <stdio.h>

typedef bool BOOL;

#define FALSE false
#define TRUE true

struct RECT
{
	long left;
	long top;
	long right;
	long bottom;
};

#define MAX_PATH FILENAME_MAX