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