Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/blame/commit/dd012d15b1bf9fb816003b11a3a9fc3c35581a57/thirdparty/mera/pdf-merger/Config.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
новые иконки в OpenBoard
OpenBoard/thirdparty/mera/pdf-merger/Config.h

18 lines
290 B

/*
This file provides some common configuration definitions for PDF merge library
Is intended for multiplatform support
*/
#ifndef CONFIG_H_INCLUDE
#define CONFIG_H_INCLUDE
#ifdef WIN32
#define _CRT_SECURE_NO_WARNINGS
#define snprintf _snprintf
#endif
#endif // CONFIG_H_INCLUDE