INTERFACE Win_OpenGL_BaseProxy; FROM Win_OpenGL_Base IMPORT T;
VAR MkProxyT : PROCEDURE (x : T) := NIL; END Win_OpenGL_BaseProxy.