]> git.saurik.com Git - apple/icu.git/blame - icuSources/samples/layout/gsupport.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / samples / layout / gsupport.h
CommitLineData
46f4442e 1/*
f3c0d7a5
A
2 *
3 * © 2016 and later: Unicode, Inc. and others.
4 * License & terms of use: http://www.unicode.org/copyright.html#License
46f4442e
A
5 *
6 * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
7 *
8 */
9
10#ifndef __GSUPPORT_H
11#define __GSUPPORT_H
12
13typedef void gs_guiSupport;
14
15void gs_postErrorMessage(gs_guiSupport *guiSupport, const char *message, const char *title);
16
17#endif