ref: 0423614dcac843da6a9b5bbfb12de1ad53474e2b
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