ultimatepp/uppsrc/CtrlCore/UtilWin32.cpp

11 lines
105 B
C++

#include "CtrlCore.h"
#ifdef GUI_WIN
namespace Upp {
SystemDraw& ScreenInfo();
}
#endif