diff options
Diffstat (limited to 'src/detection/users/users_nosupport.c')
| -rw-r--r-- | src/detection/users/users_nosupport.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/detection/users/users_nosupport.c b/src/detection/users/users_nosupport.c new file mode 100644 index 0000000..0a7e30a --- /dev/null +++ b/src/detection/users/users_nosupport.c @@ -0,0 +1,6 @@ +#include "fastfetch.h" +#include "users.h" + +const char* ffDetectUsers(FFUsersOptions* options, FFlist* users) { + return "Not supported on this platform"; +} |