Revision in '/programs/develop/examples': replace 'FASM for Menuet' with 'FASM', meos_app_start -> KOS_APP_START

git-svn-id: svn://kolibrios.org@8163 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack
2020-11-08 13:07:53 +00:00
parent 3e30999474
commit 31a0fa2971
10 changed files with 17 additions and 17 deletions

View File

@@ -5,15 +5,15 @@
; last update: 1/03/2007
; written by: Ivan Poddubny
; e-mail: ivan-yar@bk.ru
;modified by: Heavyiron
;modified by: Heavyiron, maxcodehack
; <--- include all MeOS stuff --->
; <--- include all KolibriOS stuff --->
include "lang.inc"
include "..\..\..\..\macros.inc"
; <--- start of MenuetOS application --->
MEOS_APP_START
; <--- start of KolibriOS application --->
KOS_APP_START
; <--- start of code --->
@@ -88,5 +88,5 @@ end if
UDATA
sc system_colors
MEOS_APP_END
; <--- end of MenuetOS application --->
KOS_APP_END
; <--- end of KolibriOS application --->