diff options
| author | Michael Vetter <jubalh@iodoru.org> | 2018-10-25 16:09:38 +0200 |
|---|---|---|
| committer | Michael Vetter <jubalh@iodoru.org> | 2018-10-25 16:09:38 +0200 |
| commit | 9bad248b549379a02ac6167f9369cd4370295124 (patch) | |
| tree | 0a369a465820999ae8522c0f3a0983f7f495f76d /projects/Notepad++ | |
| parent | 0f0d271a858be8c6a22ee7e4ea18f1d817810e88 (diff) | |
| download | raylib-9bad248b549379a02ac6167f9369cd4370295124.tar.gz raylib-9bad248b549379a02ac6167f9369cd4370295124.zip | |
Use filepath define
On Linux systems the length of the path is defined in linux/limits.h as
PATH_MAX.
Lets use that for MAX_FILEPATH_LENGTH, which is a define that we can
find in some comments in the code that is actually never used. Instead
often we see 256 handwritten.
So lets have MAX_FILEPATH_LENGTH as a proper define, being set to
PATH_MAX on Linux and to 256 on Windows systems.
Diffstat (limited to 'projects/Notepad++')
0 files changed, 0 insertions, 0 deletions
