--- wine-cvs/dlls/opengl32/make_opengl Mon Apr 22 09:57:46 2002 +++ wine/dlls/opengl32/make_opengl Sat Jul 20 10:07:05 2002 @@ -43,11 +43,11 @@ $ext_file = "opengl_ext.c"; # Set to 0 for removing the ENTER / LEAVE GL calls -$gen_thread_safe = 1; +$gen_thread_safe = 0; # Prefix used for the local variables -$ext_prefix = "func_"; +$ext_prefix = ""; # If set to 1, generate TRACEs for each OpenGL function -$gen_traces = 1; +$gen_traces = 0; # # List of categories to put in the 'opengl_norm.c' file