kbranigan / Simple-OpenGL-Image-Library

Simple image uploader primarily for OpenGL
http://lonesock.net/soil.html
244 stars 105 forks source link

Fix Windows compile issue caused by 4fd65af #7

Closed njcrawford closed 10 years ago

njcrawford commented 10 years ago

Specifically, Windows' gl.h only has definitions up to OpenGL 1.1 but GL_CLAMP_TO_EDGE was introduced in OpenGL 1.2. So, use SOIL's definition instead.