shithub: cstory

ref: 2c3a4a36209b8feb7c4eb59f9c930861609ad600
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