webengine/wmlengine/src/utils/include/memory.h
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 1999-2000 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 /* This is a dummy file for core code.  These values are 
       
    19    based on NT limitation.  These should be change according to
       
    20    to porting platform, if the platform does not have a memory.h file
       
    21 */
       
    22 #ifndef _MEMORY_H_
       
    23 #define _MEMORY_H_
       
    24 
       
    25 #include <string.h>
       
    26 
       
    27 #ifdef memcpy
       
    28 #undef memcpy
       
    29 #endif
       
    30 
       
    31 #endif /*_MEMORY_H_*/