Page MenuHomePhabricator

libodraw_libcstring.h
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

libodraw_libcstring.h

/*
* The internal libcstring header
*
* Copyright (c) 2010-2012, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
* This software is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This software 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
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this software. If not, see <http://www.gnu.org/licenses/>.
*/
#if !defined( _LIBODRAW_LIBCSTRING_H )
#define _LIBODRAW_LIBCSTRING_H
#include <common.h>
/* Define HAVE_LOCAL_LIBCSTRING for local use of libcstring
*/
#if defined( HAVE_LOCAL_LIBCSTRING )
#include <libcstring_definitions.h>
#include <libcstring_narrow_string.h>
#include <libcstring_system_string.h>
#include <libcstring_types.h>
#include <libcstring_wide_string.h>
#else
/* If libtool DLL support is enabled set LIBCSTRING_DLL_IMPORT
* before including libcstring.h
*/
#if defined( _WIN32 ) && defined( DLL_IMPORT )
#define LIBCSTRING_DLL_IMPORT
#endif
#include <libcstring.h>
#endif
#endif

File Metadata

Mime Type
text/x-c
Expires
Sun, May 11, 10:47 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1247677
Default Alt Text
libodraw_libcstring.h (1 KB)

Event Timeline