// Windows/System.h #pragma once #ifndef __WINDOWS_SYSTEM_H #define __WINDOWS_SYSTEM_H #include "../Common/String.h" namespace NWindows { namespace NSystem { }} #endif