From: Neil T. <nt...@us...> - 2006-09-13 23:13:17
|
Update of /cvsroot/pgsqlformac/QueryTool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11081 Added Files: QueryTool.h Log Message: Add missing global definition. --- NEW FILE: QueryTool.h --- /* * QueryTool.h * Query Tool for PostgresN * * Created by Neil Tiffin on 8/30/06. * Copyright 2006 Performance Champions, Inc.. All rights reserved. * */ // To tell others that parameters are purposely not used and remove compiler warning. #define UNUSED_PARAMETER(x) (void)(x) // Global Project Definitions |