Subversion Repositories Kolibri OS

Rev

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

Rev 4580 Rev 4582
Line 22... Line 22...
22
        API_VERSION             = (COMPATIBLE_API shl 16) + CURRENT_API
22
        API_VERSION             = (COMPATIBLE_API shl 16) + CURRENT_API
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
        MAX_DEVICES             = 16
24
        MAX_DEVICES             = 16
25
 
25
 
Line 26... Line 26...
26
        __DEBUG__               = 1
26
        __DEBUG__               = 1
27
        __DEBUG_LEVEL__         = 1             ; 1 = verbose, 2 = errors only
27
        __DEBUG_LEVEL__         = 2             ; 1 = verbose, 2 = errors only
Line 28... Line 28...
28
 
28