]> git.sur5r.net Git - cc65/blobdiff - include/dirent.h
Fixed _textcolor definition.
[cc65] / include / dirent.h
index b5e1be135415eb3247cadbe9458a1f976ff4c6bf..124c7f2241bc6c30d0010b5295823ccc1c9ddadc 100644 (file)
@@ -107,7 +107,7 @@ struct dirent {
 
 #define _DE_ISREG(t)    (((t) & _CBM_T_REG) != 0)
 #define _DE_ISDIR(t)    ((t) == _CBM_T_DIR)
-#define _DE_ISLBL(t)    ((t) == _CBM_T_HDR)
+#define _DE_ISLBL(t)    ((t) == _CBM_T_HEADER)
 #define _DE_ISLNK(t)    ((t) == _CBM_T_LNK)
 
 #elif defined(__LYNX__)