mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-21 22:04:06 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@13942 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
16c68f786b
commit
6677d36fa5
2 changed files with 4 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue