]> Shamusworld >> Repos - virtualjaguar/commitdiff
Added needed #ifdefs
authorShamus Hammons <jlhamm@acm.org>
Tue, 22 Jun 2004 16:49:39 +0000 (16:49 +0000)
committerShamus Hammons <jlhamm@acm.org>
Tue, 22 Jun 2004 16:49:39 +0000 (16:49 +0000)
src/include/cdintf.h

index 30fc922402b250bbc5ec1d9a7804addce2abeea7..020af47cbfa3ce1ecfc9281d9715c6133f61c0bc 100644 (file)
@@ -4,6 +4,9 @@
 // by James L. Hammons
 //
 
+#ifndef __CDINTF_H__
+#define __CDINTF_H__
+
 #include "types.h"
 
 bool CDIntfInit(void);
@@ -15,3 +18,5 @@ uint32 CDIntfGetCurrentDrive(void);
 const uint8 * CDIntfGetDriveName(uint32);
 uint8 CDIntfGetSessionInfo(uint32, uint32);
 uint8 CDIntfGetTrackInfo(uint32, uint32);
+
+#endif // __CDINTF_H__