blob: 8d916c5efacad659f6ff1800436a8ac7e7722201 [file] [log] [blame]
/*
*******************************************************************************
*
* Copyright (C) 2009-2010, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
*/
#ifndef _ICUGLUE_H
#define _ICUGLUE_H
/* Get utypes.h from whatever ICU we are under */
#include <unicode/utypes.h>
#define GLUE_SYM_V(x, v) glue ## x ## v
#endif