21.02.2014, 17:35
So if I use forward slashes, the include guard won't work properly because of the length? But I have 3 files included from the 'staff' folder and they all include correctly, but shouldn't the guard for them all be "_inc_files/scripts/staff/genera"? I'm confused.
Three files in 'staff':
infractions.pwn
general.def
functions.inc
If I include all these with forwardslashes, surely the include guard for all THREE of them would be the same (truncated to "_inc_files/scripts/staff/genera"), making the latter two not be included? But this isn't the case..
Three files in 'staff':
infractions.pwn
general.def
functions.inc
If I include all these with forwardslashes, surely the include guard for all THREE of them would be the same (truncated to "_inc_files/scripts/staff/genera"), making the latter two not be included? But this isn't the case..