Hi,

In my env GLAPYENTRY may differ from APYENTRY, so I need to do things like:
* change all " APIENTRY" to " GLAPIENTRY"
* change all "(APIENTRY " to "(GLAPIENTRY "
* change all "(APIENTRYP " to "(GLAPIENTRYP "
in GL\glext.h and  GL\gl.h

IMHO  All  APIENTRY and APIENTRYP should be changed to GLxxx
and so defenitions
#ifndef APIENTRY
#define APIENTRY GLAPIENTRY
#endif

#ifndef APIENTRYP
#define APIENTRYP APIENTRY *
#endif

should be removed from GL\gl.h

This look like global change(more than 1000 changes), but really there is nothing dangerous

SY,
EK



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to