From 54bf71a4f5796999391cc6ddb6089576f4672f59 Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Tue, 22 Jun 2004 16:49:39 +0000 Subject: [PATCH] Added needed #ifdefs --- src/include/cdintf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/include/cdintf.h b/src/include/cdintf.h index 30fc922..020af47 100644 --- a/src/include/cdintf.h +++ b/src/include/cdintf.h @@ -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__ -- 2.37.2