ref: 5210e1c00dbfb858b1fe52393cd25dc9159cd25b dir: /src/WindowsWrapper.h/
#pragma once struct RECT { int left, top, right, bottom; }; bool SystemTask();