shithub: cstory

ref: 88c30442c523e8b63f0eabdecd6f4c53d58d5469
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