17 lines
284 B
C
17 lines
284 B
C
|
#ifndef UNIXUI_H__
|
||
|
#define UNIXUI_H__
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"
|
||
|
{
|
||
|
#endif /* __cplusplus */
|
||
|
|
||
|
//void UnixAdjustButtonSpacing(HWND hwnd, DWORD dwDlgId);
|
||
|
void UnixRemoveMoreInfoButton(HWND hwnd, DWORD dwDlgId);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif /* __cplusplus */
|
||
|
|
||
|
#endif /* UNIXUI_H__ */
|