Skip to content

Commit 1f58be9

Browse files
committed
and don't forget to fixed the error macro here
1 parent c468551 commit 1f58be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/additions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# include <stdlib.h>
2424
# include <dirent.h>
2525
#else
26-
# error "Not familiar. Set up headers accordingly, or -D__linux__ or -D__APPLE__ or -D_WIN32"
26+
# error "Not familiar. Set up headers accordingly, or -D__linux__ of -Dunix or -D__APPLE__ or -D_WIN32"
2727
#endif
2828

2929
#include "additions.h"

0 commit comments

Comments
 (0)