OSDN Git Service

Add #include guard for version.h.
authorrelan <relan@users.noreply.github.com>
Sun, 11 Jul 2010 09:28:11 +0000 (09:28 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:12 +0000 (08:26 +0300)
libexfat/version.h

index cc341c1..caf9568 100644 (file)
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#ifndef VERSION_H_INCLUDED
+#define VERSION_H_INCLUDED
+
 #define EXFAT_VERSION_MAJOR 0
 #define EXFAT_VERSION_MINOR 9
 #define EXFAT_VERSION_PATCH 1
+
+#endif /* ifndef VERSION_H_INCLUDED */