[xiph-cvs] cvs commit: vorbis/lib registry.c

Chris Wolf cwolf at xiph.org
Thu Oct 18 10:35:37 PDT 2001



cwolf       01/10/18 10:35:37

  Modified:    lib      registry.c
  Log:
  Get rid of shmmap stuff.

Revision  Changes    Path
1.11      +1 -10     vorbis/lib/registry.c

Index: registry.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/registry.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- registry.c	2001/09/07 08:42:30	1.10
+++ registry.c	2001/10/18 17:35:36	1.11
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: registry for time, floor, res backends and channel mappings
- last mod: $Id: registry.c,v 1.10 2001/09/07 08:42:30 cwolf Exp $
+ last mod: $Id: registry.c,v 1.11 2001/10/18 17:35:36 cwolf Exp $
 
  ********************************************************************/
 
@@ -50,12 +50,3 @@
 vorbis_func_mapping   *_mapping_P[]={
   &mapping0_exportbundle,
 };
-
-  /*
-   * For win32 only, the following code needs to be appended to this file 
-   * because the "sizeof" operator can only evaluate the sizes
-   * of statically initialized arrays in the same compilation unit.
-   */ 
-#if defined(_MSC_VER) && defined(STANDALONE_VORBISENC_DLL)
-# include "shmmap_c.h"
-#endif

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list