forked from KolibriOS/kolibrios
cmm lib: fix autobuild
git-svn-id: svn://kolibrios.org@9700 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a0ef0e0cd4
commit
a5713e0f60
@ -665,11 +665,11 @@ inline fastcall dword GetStartTime()
|
||||
dword __generator; // random number generator init
|
||||
|
||||
//The initialization of the initial data before running
|
||||
#ifdef __COFF__
|
||||
void start()
|
||||
#else
|
||||
//#ifdef __COFF__
|
||||
//void start()
|
||||
//#else
|
||||
:void ______INIT______()
|
||||
#endif
|
||||
//#endif
|
||||
{
|
||||
skin_h = @GetSkinHeight();
|
||||
screen.w = @GetScreenWidth()+1;
|
||||
|
Loading…
Reference in New Issue
Block a user