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