matyalatte / Texconv-Custom-DLL

Cross-platform implementation for Texconv and Texassemble.
MIT License
14 stars 5 forks source link

revert a change for MAX_PATH #13

Closed matyalatte closed 2 months ago

matyalatte commented 2 months ago

I noticed texconv used MAX_PATH for stack allocations. So PATH_MAX was too large for it. It should use 260 as MAX_PATH again.