Subversion Repositories Kolibri OS

Rev

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

Rev 6835 Rev 7167
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                 ;;
2
;;                                                                 ;;
3
;; Copyright (C) KolibriOS team 2013-2014. All rights reserved.    ;;
3
;; Copyright (C) KolibriOS team 2013-2018. All rights reserved.    ;;
4
;; Distributed under terms of the GNU General Public License       ;;
4
;; Distributed under terms of the GNU General Public License       ;;
5
;;                                                                 ;;
5
;;                                                                 ;;
6
;;  ftpc.asm - FTP client for KolibriOS                            ;;
6
;;  ftpc.asm - FTP client for KolibriOS                            ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;  Written by hidnplayr@kolibrios.org                             ;;
8
;;  Written by hidnplayr@kolibrios.org                             ;;
Line 59... Line 59...
59
}
59
}
Line 60... Line 60...
60
 
60
 
Line 61... Line 61...
61
purge mov,add,sub
61
purge mov,add,sub
62
 
-
 
63
include '../../proc32.inc'
62
 
64
include '../../dll.inc'
-
 
-
 
63
include '../../proc32.inc'
-
 
64
include '../../network.inc'
-
 
65
include '../../KOSfuncs.inc'
65
include '../../network.inc'
66
include '../../load_img.inc'
66
 
67
include '../../develop/libraries/libs-dev/libimg/libimg.inc'
Line 67... Line 68...
67
include '../../develop/libraries/box_lib/trunk/box_lib.mac'
68
include '../../develop/libraries/box_lib/trunk/box_lib.mac'
68
include '../../develop/libraries/box_lib/load_lib.mac'
69
include '../../develop/libraries/box_lib/load_lib.mac'