/[gzz]/gzz/gfx/libcallgl/callgl.hxx
ViewVC logotype

Diff of /gzz/gfx/libcallgl/callgl.hxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by tjl, Fri Sep 20 10:27:03 2002 UTC revision 1.18 by mudyc, Mon Sep 23 18:08:46 2002 UTC
# Line 227  namespace CallGL { Line 227  namespace CallGL {
227    
228        void (* addr)() = list_address[func_name];        void (* addr)() = list_address[func_name];
229        if (addr == NULL) {        if (addr == NULL) {
230          addr = Os::getExtendedProcAddress(func_name);          addr = Os::getExtendedProcAddress(func_name.c_str());
231          list_address[func_name] = addr;          list_address[func_name] = addr;
232        }        }
233        return addr;        return addr;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26