Subversion Repositories Kolibri OS

Rev

Rev 5022 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5022 Rev 6356
Line 103... Line 103...
103
           pop ebx
103
           pop ebx
104
           ret 4
104
           ret 4
Line 105... Line 105...
105
 
105
 
106
 
106
 
107
section '.data' align 16 data readable writable
107
section '.data' align 16 data readable writable
108
 
108
	
109
public hSound
109
hSound      dd 0
-
 
110
hrdwSound   dd ?
110
public hrdwSound
111
 
111
 
112
public hSound as '_hSound'
-
 
113
public hSound as 'hSound'	
Line 112... Line 114...
112
hSound      dd ?
114
public hrdwSound as 'hrdwSound'
113
hrdwSound   dd ? 
115
public hrdwSound as '_hrdwSound'