Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory sc8-pr-cvs1:/tmp/cvs-serv1771/squeak/platforms/Mac OS/vm
Modified Files:
sqNamedPrims.h
Log Message:
3.6.0b2b Hack in #ifdef for browser plugin so we don't need the open/GL code, Expose 3D logic don't hide.
Index: sqNamedPrims.h
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqNamedPrims.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sqNamedPrims.h 4 Oct 2003 04:47:20 -0000 1.2
--- sqNamedPrims.h 23 Oct 2003 17:03:15 -0000 1.3
***************
*** 41,46 ****
#ifndef BROWSERPLUGIN
B3DAcceleratorPlugin_exports,
- Squeak3D_exports,
#endif
B2DPlugin_exports,
BitBltPlugin_exports,
--- 41,46 ----
#ifndef BROWSERPLUGIN
B3DAcceleratorPlugin_exports,
#endif
+ Squeak3D_exports,
B2DPlugin_exports,
BitBltPlugin_exports,
|