Donate Share

The OpenGL Extension Wrangler Library

Tracker: Bugs

5 Wrong APIENTRY definition on Cygwin - ID: 1258086
Last Update: Comment added ( ikits )

When compiling under Cygwin without _WIN32 defined (to
be able to use main() instead of WinMain()) APIENTRY =
“” when it should be
“__stdcall”. The fix to this problem is to
add “ || defined(__CYGWIN__)” to line 81 in
“glew.h”. As follows:

glew.h:81

#if defined(_WIN32) || defined(__CYGWIN__)

- Gerard


Gerard Krol ( gerard_ ) - 2005-08-12 22:59

5

Closed

None

Nobody/Anonymous

None

None

Public


Comments ( 3 )




Date: 2006-03-04 08:46
Sender: ikitsProject AdminAccepting Donations

Logged In: YES
user_id=653379

Added to 1.3.4, thanks!



Date: 2006-03-04 08:46
Sender: ikitsProject AdminAccepting Donations

Logged In: YES
user_id=653379

Added to 1.3.4, thanks!



Date: 2005-09-08 13:01
Sender: gerard_

Logged In: YES
user_id=1136541

ah.... it doesnt seem fixing bugs has any priority... too
bad :p:p I hope thet not many others are suffering from it....


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 2 )

Field Old Value Date By
status_id Open 2006-03-04 08:46 ikits
close_date - 2006-03-04 08:46 ikits