Files
raylib/src
Michael Vetter 9bad248b54 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.
2018-10-25 16:09:38 +02:00
..
2018-10-17 19:37:53 +02:00
2018-10-19 16:17:44 +02:00
2017-12-20 12:34:18 +01:00
2018-08-05 23:53:34 +02:00
2018-10-18 11:38:42 +02:00
2018-10-18 11:38:42 +02:00
2018-10-01 15:29:34 +02:00
2018-10-18 11:38:42 +02:00
2018-10-25 16:09:38 +02:00
2017-03-19 12:52:58 +01:00
2018-09-17 16:56:02 +02:00
2018-10-23 15:43:19 +02:00
2018-09-26 16:02:42 +02:00
2018-09-26 16:02:42 +02:00
2018-10-24 22:24:59 +02:00
2018-10-20 12:48:03 +02:00
2018-08-14 09:57:31 +02:00
2018-10-24 13:45:17 +02:00
2018-10-18 16:00:11 +02:00
2018-09-17 16:56:02 +02:00
2018-09-17 16:56:02 +02:00