ref: 37dcdcda34f6c34dbf40d8053b4769e07258e16f dir: /src/WindowsWrapper.h/
#pragma once struct RECT { union { int left; int front; }; int top; union { int right; int back; }; int bottom; }; bool SystemTask();