Subversion Repositories Kolibri OS

Rev

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

Rev 4629 Rev 4663
Line 21... Line 21...
21
        COMPATIBLE_API          = 0x0100
21
        COMPATIBLE_API          = 0x0100
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
        MAX_DEVICES             = 16
-
 
25
 
24
        MAX_DEVICES             = 16
26
        DEBUG                   = 1
25
 
Line 27... Line 26...
27
        __DEBUG__               = 1
26
        __DEBUG__               = 1
28
        __DEBUG_LEVEL__         = 2
27
        __DEBUG_LEVEL__         = 2