]> git.saurik.com Git - apple/icu.git/blame - icuSources/samples/layout/gsupport.h
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / samples / layout / gsupport.h
CommitLineData
46f4442e
A
1/*
2 *
3 * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
4 *
5 */
6
7#ifndef __GSUPPORT_H
8#define __GSUPPORT_H
9
10typedef void gs_guiSupport;
11
12void gs_postErrorMessage(gs_guiSupport *guiSupport, const char *message, const char *title);
13
14#endif