ref: 79886f5ae4a3b4f2665e93c87ca5916248730df2
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