aras-p / hlsl2glslfork

HLSL to GLSL language translator based on ATI's HLSL2GLSL. Used in Unity.
Other
558 stars 143 forks source link

Fix Linux build. #40

Closed zeux closed 10 years ago

zeux commented 10 years ago

Add missing include files and remove outdated functions from OS-specific code. Instead of putting a dummy unistd.h on the include path, disable its inclusion the right way.

TurkeyMan commented 10 years ago

+1 Please pull!

aras-p commented 10 years ago

Thanks! Sorry for late merge.