diff --git a/src/byteptr.h b/src/byteptr.h
index 3a13665778029f3431479a8bb57a79a3a5dbb985..ee16bc13f78bbe120cf484338680ac7dac10b208 100644
--- a/src/byteptr.h
+++ b/src/byteptr.h
@@ -192,6 +192,8 @@ FUNCINLINE static ATTRINLINE UINT32 readulong(void *ptr)
 		tmp_i++;                             \
 })
 
+#define SKIPSTRINGL(p, n) SKIPSTRINGN(p, n)
+
 #define READSTRINGN(p, s, n) ({                           \
 	size_t tmp_i = 0;                                     \
                                                           \