OSDN Git Service

modified: src/lib/types.h
authorsparky4 <sparky4@cock.li>
Sun, 21 Jun 2015 03:09:43 +0000 (22:09 -0500)
committersparky4 <sparky4@cock.li>
Sun, 21 Jun 2015 03:09:43 +0000 (22:09 -0500)
src/lib/types.h

index cf3bec4..fa88084 100644 (file)
@@ -24,8 +24,8 @@
  * level code\r
  */
 
-#ifndef TYPE_H
-#define TYPE_H
+#ifndef _TYPE_H_
+#define _TYPE_H_
 \r
 typedef unsigned char byte;\r
 typedef unsigned short word;\r
@@ -34,4 +34,4 @@ typedef signed char sbyte;
 typedef signed short sword;\r
 typedef signed long sdword;
 
-#endif/*TYPE_H*/
+#endif/*_TYPE_H_*/