diff src/xs_sidplay.h @ 526:fa95d942f226

Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Feb 2007 16:53:05 +0000
parents 99f05a74de5b
children fe8b41abd923
line wrap: on
line diff
--- a/src/xs_sidplay.h	Sat Feb 17 16:35:01 2007 +0000
+++ b/src/xs_sidplay.h	Tue Feb 20 16:53:05 2007 +0000
@@ -45,10 +45,10 @@
 	}
 
 	/* Get general tune information */
-#ifdef _XS_SIDPLAY1_H
+#ifdef XS_SIDPLAY1_H
 	myTune->getInfo(myInfo);
 #endif
-#ifdef _XS_SIDPLAY2_H
+#ifdef XS_SIDPLAY2_H
 	myInfo = myTune->getInfo();
 #endif
 
@@ -91,10 +91,10 @@
 		return FALSE;
 
 	/* Get currently playing tune information */
-#ifdef _XS_SIDPLAY1_H
+#ifdef XS_SIDPLAY1_H
 	myTune->getInfo(myInfo);
 #endif
-#ifdef _XS_SIDPLAY2_H
+#ifdef XS_SIDPLAY2_H
 	myInfo = myTune->getInfo();
 #endif