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
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]))
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.