mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-18 06:06:01 -06:00
Start changing authentication method git-svn-id: svn://ultimatepp.org/upp/trunk@3119 f0d560ea-af0d-0410-9eb7-867de7ffcac7
8 lines
196 B
Text
8 lines
196 B
Text
#ifndef _Protect_icpp_init_stub
|
|
#define _Protect_icpp_init_stub
|
|
#include "Core/init"
|
|
#include "Cypher/init"
|
|
#include "MySql/init"
|
|
#include "Web/init"
|
|
#include "ProductVersion/init"
|
|
#endif
|