Total windows path separator death

This commit is contained in:
Sasha Koshka 2024-03-27 13:39:38 -04:00
parent 43ed297a12
commit e574b248e5
1 changed files with 6 additions and 6 deletions

View File

@ -39,12 +39,12 @@ in order of preference:
- `/usr/include/fspl`
On windows, these are used instead:
- `%LOCALAPPDATA%\\fspl\\src`
- `%LOCALAPPDATA%\\fspl\\include`
- `%ALLUSERSPROFILE%\\fspl\\src`
- `%ALLUSERSPROFILE%\\fspl\\include`
- `%ProgramFiles%\\fspl\\src`
- `%ProgramFiles%\\fspl\\include`
- `%LOCALAPPDATA%\fspl\src`
- `%LOCALAPPDATA%\fspl\include`
- `%ALLUSERSPROFILE%\fspl\src`
- `%ALLUSERSPROFILE%\fspl\include`
- `%ProgramFiles%\fspl\src`
- `%ProgramFiles%\fspl\include`
Files in `include` directories *should not* include program code, and should
only define types and external functions and methods, similar to header files in