Subversion Repositories Kolibri OS

Rev

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

Rev 4606 Rev 4642
Line 29... Line 29...
29
	API_VERSION		= (COMPATIBLE_API shl 16) + CURRENT_API
29
        API_VERSION             = (COMPATIBLE_API shl 16) + CURRENT_API
Line 30... Line 30...
30
 
30
 
Line 31... Line 31...
31
	MAX_DEVICES		= 16
31
        MAX_DEVICES             = 16
32
 
32
 
Line 33... Line 33...
33
	__DEBUG__		= 1
33
        __DEBUG__               = 1
34
	__DEBUG_LEVEL__ 	= 1	; 1 = all, 2 = errors only
34
        __DEBUG_LEVEL__         = 2     ; 1 = all, 2 = errors only
Line 35... Line 35...
35
 
35