[gs-cvs] rev 8252 - trunk/gs/src
leonardo at ghostscript.com
leonardo at ghostscript.com
Wed Sep 26 02:48:56 PDT 2007
Author: leonardo
Date: 2007-09-26 02:48:55 -0700 (Wed, 26 Sep 2007)
New Revision: 8252
Modified:
trunk/gs/src/dwinst.h
Log:
Fix (Windows installer) : MSVC can't build dwinst.c .
DETAILS :
A recent patch erroneusly replaced 'private' keyward in a C++ class definition.
EXPECTED DIFFERENCES :
None,
Modified: trunk/gs/src/dwinst.h
===================================================================
--- trunk/gs/src/dwinst.h 2007-09-26 04:37:20 UTC (rev 8251)
+++ trunk/gs/src/dwinst.h 2007-09-26 09:48:55 UTC (rev 8252)
@@ -62,7 +62,7 @@
void AppendFileNew(const char *filename);
-static:
+private:
BOOL m_bNoCopy;
BOOL m_bUseCommon;
BOOL m_bQuit;
More information about the gs-cvs
mailing list