restore FASTCALL stuff
This commit is contained in:
@@ -194,9 +194,11 @@ class gl_print_base:
|
||||
"""
|
||||
|
||||
self.undef_list.append("FASTCALL")
|
||||
# I've removed the previous code for __attribute__((fastcall))
|
||||
# because it breaks server-side GLX. (BrianP)
|
||||
print "#define FASTCALL"
|
||||
print """# if defined(__i386__) && defined(__GNUC__) && !defined(__CYGWIN__) && !defined(__MINGW32__)
|
||||
# define FASTCALL __attribute__((fastcall))
|
||||
# else
|
||||
# define FASTCALL
|
||||
# endif"""
|
||||
return
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user