ref: 1cf5df2d7201171a49c8bfe47e89ef7bd847a3c7
dir: /src/WindowsWrapper.h/
#pragma once
#include <stdio.h>
typedef int BOOL;
#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE
#define TRUE 1
#endif
struct RECT
{
long left;
long top;
long right;
long bottom;
};
#define MAX_PATH FILENAME_MAX