Subversion Repositories Kolibri OS

Rev

Rev 51 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51 Rev 108
Line 25... Line 25...
25
  dd     I_END          ; size of image
25
  dd     I_END          ; size of image
26
  dd     icon_data+0x30000        ; memory for app
26
  dd     icon_data+0x30000        ; memory for app
27
  dd     icon_data+0x30000        ; esp
27
  dd     icon_data+0x30000        ; esp
28
  dd     I_Param , 0x0  ; I_Param , I_Icon
28
  dd     I_Param , 0x0  ; I_Param , I_Icon
29
include  'macros.inc'
29
include  'macros.inc'
-
 
30
include  'lang.inc'
30
COLOR_ORDER equ MENUETOS
31
COLOR_ORDER equ MENUETOS
31
include  'gif_lite.inc'
32
include  'gif_lite.inc'
32
;include  'debug.inc'
33
;include  'debug.inc'
33
purge newline
34
purge newline
34
;******************************************************************************
35
;******************************************************************************