Subversion Repositories Kolibri OS

Rev

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

Rev 3628 Rev 6834
Line 43... Line 43...
43
define DEBUG_DEFAULT 0
43
define DEBUG_DEFAULT 0
44
define BUFF_SIZE 1024
44
define BUFF_SIZE 1024
Line 45... Line 45...
45
 
45
 
46
include 'proc32.inc'
46
include 'proc32.inc'
47
include 'macros.inc'
-
 
48
include 'libio.inc'
47
include 'macros.inc'
49
include '../../../dll.inc'
48
include 'develop/libraries/libs-dev/libio/libio.inc'
Line 50... Line 49...
50
include 'lang.inc'
49
include 'dll.inc'
Line 51... Line 50...
51
 
50
 
52
purge mov
51
purge mov
Line 422... Line 421...
422
 
421
 
423
;;--------------------------------------------------------------------------------------------------
422
;;--------------------------------------------------------------------------------------------------
424
tid:
423
tid:
Line -... Line 424...
-
 
424
	dd 0
-
 
425
 
-
 
426
struct FileInfoRun
-
 
427
  Function     dd 7
-
 
428
  Flags        dd ?
-
 
429
  Arguments    dd 0
-
 
430
  Reserved0    dd ?
-
 
431
  Reserved1    dd ?
-
 
432
  union
-
 
433
    FileName   rb 1024
-
 
434
    struct
-
 
435
      Zero       db 0
-
 
436
      FileNameP  dd ?
-
 
437
    ends
-
 
438
  ends  
425
	dd 0
439
ends
Line 426... Line 440...
426
 
440
 
427
LaunchStruct FileInfoRun
441
LaunchStruct FileInfoRun
428
 
442