Subversion Repositories Kolibri OS

Rev

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

Rev 4334 Rev 4467
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2013. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2014. 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
;;  3Com network driver for KolibriOS                           ;;
6
;;  3Com network driver for KolibriOS                           ;;
7
;;                                                              ;;
7
;;                                                              ;;
8
;;  Ported to KolibriOS net-branch by hidnplayr (28/05/10)      ;;
8
;;  Ported to KolibriOS net-branch by hidnplayr (28/05/10)      ;;
Line 91... Line 91...
91
 
91
 
92
        DEBUG                   = 1
92
        DEBUG                   = 1
93
        __DEBUG__               = 1
93
        __DEBUG__               = 1
Line -... Line 94...
-
 
94
        __DEBUG_LEVEL__         = 2
-
 
95
 
94
        __DEBUG_LEVEL__         = 2
96
include '../struct.inc'
95
 
97
include '../macros.inc'
96
include '../proc32.inc'
98
include '../proc32.inc'
97
include '../imports.inc'
99
include '../imports.inc'