DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.73k stars 231 forks source link

Remove GLOB_PERIOD from ddio_FindFileStart #462

Closed tophyr closed 1 week ago

tophyr commented 1 week ago

Pull Request Type

Description

GLOB_PERIOD is a GNU extension and is not supported on non-glibc. This shouldn't dramatically affect any file behaviors.

Checklist