DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
431 stars 114 forks source link

Linux crosscompilation: Fix missing file due to backslash #173

Closed likeawindrammer closed 9 months ago

likeawindrammer commented 9 months ago

This change does not affect the native windows build in any negative way. This is because the standard demands the compiler accept forwardslash "/" as folder separator and then convert it to whatever is appropiate for the platform. This goes back to C and the use of "/" as folder separator in UNIX.

related: https://stackoverflow.com/questions/573430/include-header-path-change-from-windows-to-linux/573496#573496