.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@13942 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-01-24 09:05:48 +00:00
parent 16c68f786b
commit 6677d36fa5
2 changed files with 4 additions and 1 deletions

View file

@ -20,7 +20,8 @@
#define CPP_CODEBASE_VERSION 3141592
INITBLOCK { // Ugly as hell, but Functions4U are broken, so require this initialization hack instead of INITIALIZER
INITIALIZER(CodeBase)
{
void InitializeTopicModule();
InitializeTopicModule();
}

View file

@ -14,6 +14,8 @@
#define IMAGEFILE <ide/Browser/Browser.iml>
#include <Draw/iml_header.h>
INITIALIZE(CodeBase)
class Browser;
void ReduceCacheFolder(const char *path, int max_total);