mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
quick support for doeblesize 'small' font
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@689 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
44bfd52ff5
commit
f15ca4db35
2 changed files with 65 additions and 47 deletions
|
@ -1,12 +1,14 @@
|
|||
/* define POSIX stuff: dirent, scandir, getcwd */
|
||||
/* define POSIX stuff: dirent, scandir, getcwd, mkdir */
|
||||
#if defined(__linux__)
|
||||
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#else
|
||||
|
||||
#error "must define dirent"
|
||||
#error "must provide posix"
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue