20 lines
642 B
C
20 lines
642 B
C
/*
|
|
=======================================================================================
|
|
Name : GLI_UTIL.h
|
|
Author : vincent lhullier Date :03/09/98
|
|
Description : Utility for GLI
|
|
=======================================================================================
|
|
*/
|
|
|
|
#ifndef __GLI_UTIL_H__
|
|
#define __GLI_UTIL_H__
|
|
|
|
/*
|
|
=======================================================================================
|
|
Function
|
|
=======================================================================================
|
|
*/
|
|
DLGTEMPLATE *fn_p_stPrepareDialogBox_LB( char *szTitle );
|
|
|
|
#endif /*__GLI_UTIL_H__*/
|