Move to win32/src
authorcwolf <cwolf@xiph.org>
Tue, 11 Sep 2001 20:16:11 +0000 (20:16 +0000)
committercwolf <cwolf@xiph.org>
Tue, 11 Sep 2001 20:16:11 +0000 (20:16 +0000)
svn path=/trunk/vorbis/; revision=2019

win32/src/dllmain.c [moved from lib/dllmain.c with 98% similarity]
win32/src/shmmap.h [moved from lib/shmmap.h with 94% similarity]
win32/src/shmmap_c.h [moved from lib/shmmap_c.h with 97% similarity]

similarity index 98%
rename from lib/dllmain.c
rename to win32/src/dllmain.c
index 79bd55f..008b6b1 100644 (file)
@@ -18,7 +18,7 @@
 
  created:  06-Sep-2001, Chris Wolf 
                         Adopted from "dllskel" MSDN COM tutorial
- last mod: $Id: dllmain.c,v 1.1 2001/09/07 08:44:59 cwolf Exp $
+ last mod: $Id: dllmain.c,v 1.1 2001/09/11 20:16:11 cwolf Exp $
 
  This module is used in both vorbis.dll and vorbisenc.dll.  If vorbisenc.c
  is built into a separate DLL, then define STANDALONE_VORBISENC_DLL so
similarity index 94%
rename from lib/shmmap.h
rename to win32/src/shmmap.h
index 338c1c4..07750d2 100644 (file)
 
  created:  06-Sep-2001, Chris Wolf 
 
- last mod: $Id: shmmap.h,v 1.1 2001/09/07 08:44:59 cwolf Exp $
+ last mod: $Id: shmmap.h,v 1.1 2001/09/11 20:16:11 cwolf Exp $
  ********************************************************************/
 #ifndef _shmmap_h_
 # define _shmmap_h_
 
-#include "codec_internal.h"
+#include <codec_internal.h>
 
 #define NUMELEMENTS(x) (sizeof(x)/sizeof(x[0]))
 
similarity index 97%
rename from lib/shmmap_c.h
rename to win32/src/shmmap_c.h
index 7945425..0b38d23 100644 (file)
 
  created:  06-Sep-2001, Chris Wolf 
 
- last mod: $Id: shmmap_c.h,v 1.1 2001/09/07 08:44:59 cwolf Exp $
+ last mod: $Id: shmmap_c.h,v 1.1 2001/09/11 20:16:11 cwolf Exp $
 
  This module gets conditionally appended to the end of registry.c
  ********************************************************************/
 #include <malloc.h>
 #include <memory.h>
 
-#include "shmmap.h"
+#include <shmmap.h>
 
 /**
  * Create image of mappings defined in regsitry.c.