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