cmm lib: fix autobuild

git-svn-id: svn://kolibrios.org@9700 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Coldy 2022-02-08 09:51:56 +00:00
parent a0ef0e0cd4
commit a5713e0f60

View File

@ -665,11 +665,11 @@ inline fastcall dword GetStartTime()
dword __generator; // random number generator init dword __generator; // random number generator init
//The initialization of the initial data before running //The initialization of the initial data before running
#ifdef __COFF__ //#ifdef __COFF__
void start() //void start()
#else //#else
:void ______INIT______() :void ______INIT______()
#endif //#endif
{ {
skin_h = @GetSkinHeight(); skin_h = @GetSkinHeight();
screen.w = @GetScreenWidth()+1; screen.w = @GetScreenWidth()+1;