Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6355 → Rev 6356

/contrib/sdk/sources/sound/src/init.asm
106,12 → 106,14
 
section '.data' align 16 data readable writable
 
public hSound
public hrdwSound
 
hSound dd ?
hSound dd 0
hrdwSound dd ?
 
public hSound as '_hSound'
public hSound as 'hSound'
public hrdwSound as 'hrdwSound'
public hrdwSound as '_hrdwSound'
 
szInfinity db 'INFINITY',0
szSound db 'SOUND',0