Ignore:
Timestamp:
Mar 2, 2000, 2:27:30 PM (25 years ago)
Author:
sandervl
Message:

Reapplied TLS fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/osmesa.c

    r2962 r2970  
    1 /* $Id: osmesa.c,v 1.1 2000-03-01 18:49:33 jeroen Exp $ */
     1/* $Id: osmesa.c,v 1.2 2000-03-02 13:27:30 sandervl Exp $ */
    22
    33/*
     
    8282
    8383static OSMesaContext osmesa_get_thread_context( void ) {
     84#ifdef __WIN32OS2__
     85  return (OSMesaContext) MesaGetTSD(&osmesa_ctx_tsd, osmesa_ctx_thread_init);
     86#else
    8487  return (OSMesaContext) MesaGetTSD(&osmesa_ctx_tsd);
     88#endif
    8589}
    8690
Note: See TracChangeset for help on using the changeset viewer.