|
|
||||||||||||||||||||
ceSupport.h
Go to the documentation of this file.
00001 00002 /* --- Source License 00003 * Author : FX Programmer. 00004 * Contact : FXProgrammer@CorEngine.com.ar 00005 * 00006 * Copyright (c) 2010 by FX Programmer. 00007 * 00008 * This library is free software; you can redistribute it and/or modify it 00009 * under the terms of the GNU Lesser General Public License as published by 00010 * the Free Software Foundation; either version 2.1 of the License, or 00011 * (at your option) any later version. 00012 * 00013 * This library is distributed in the hope that it will be useful, but WITHOUT 00014 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00015 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public 00016 * License for more details. 00017 * 00018 * Redistribution and use in source and binary forms, with or without 00019 * modification, are permitted provided that the following conditions are met: 00020 * 1. The origin of this software must not be misrepresented; you must not 00021 * claim that you wrote the original software. If you use this software 00022 * in a product, an acknowledgement in the product documentation would be 00023 * appreciated but is not required. 00024 * 2. Altered source versions must be clearly marked as such, and must not 00025 * be misrepresented as being the original software. 00026 * 3. Redistributions of source code must retain the above copyright 00027 * notice, this list of conditions and the following disclaimer. 00028 * 00029 * You should have received a copy of the GNU Lesser General Public License 00030 * along with this library; if not, write to the Free Software Foundation, 00031 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 00032 */ 00033 00034 #ifndef _CE_SUPPORT_H_ 00035 #define _CE_SUPPORT_H_ 0x1 00036 00037 #if __GNUC__ >= 0x3 00038 #pragma GCC system_header 00039 #endif 00040 00041 #if _MSC_VER > 1000 00042 #pragma once 00043 #endif 00044 00045 #define CE_NATIVE_SUPPORT 0x2 00046 00047 #if defined(_WIN32) || defined(__WIN32__) 00048 00049 #endif 00050 00051 #endif /* _CE_SUPPORT_H_ */ |
|||||||||||||||||||||
|