From 2cd894532d476c843a58c0ff159023144c647730 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 4 Sep 2003 20:11:03 +0000 Subject: [PATCH] Win32 fixes --- include/yaz++/proxy.h | 4 ++-- win/yazxx/yazxx.dsp | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/yaz++/proxy.h b/include/yaz++/proxy.h index 8e37578..54f93d3 100644 --- a/include/yaz++/proxy.h +++ b/include/yaz++/proxy.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2003, Index Data. * See the file LICENSE for details. * - * $Id: proxy.h,v 1.6 2003-09-03 11:25:08 adam Exp $ + * $Id: proxy.h,v 1.7 2003-09-04 20:11:03 adam Exp $ */ #include @@ -11,7 +11,7 @@ class Yaz_Proxy; -class Yaz_RecordCache_Entry; +struct Yaz_RecordCache_Entry; class YAZ_EXPORT Yaz_RecordCache { public: diff --git a/win/yazxx/yazxx.dsp b/win/yazxx/yazxx.dsp index 1575ca2..484bd59 100644 --- a/win/yazxx/yazxx.dsp +++ b/win/yazxx/yazxx.dsp @@ -155,6 +155,10 @@ SOURCE="..\..\include\yaz++\yaz-z-assoc.h" # End Source File # Begin Source File +SOURCE="..\..\src\yaz-z-cache.cpp" +# End Source File +# Begin Source File + SOURCE="..\..\src\yaz-z-databases.cpp" # End Source File # Begin Source File -- 1.7.10.4