/* Copyright (C) 1998, 1999, 2001, 2002 Jérôme Lecomte This file is part of XLW, a free-software/open-source C++ wrapper of the Excel C API - http://xlw.sourceforge.net/ XLW is free software: you can redistribute it and/or modify it under the terms of the XLW license. You should have received a copy of the license along with this program; if not, please email xlw-users@lists.sf.net This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details. */ // $Id: xlw.h 152 2003-04-20 04:42:47Z fortier $ #ifndef INC_Excel32_H #define INC_Excel32_H /*! \file xlw.h \brief Includes all the include files of the package. */ // Package files #include #include #include #include #include #include #include #ifdef PORT_PRAGMA_ONCE #pragma once #endif #endif