cosmopolitan/libc/nt/comdlg.h

38 lines
3.6 KiB
C
Raw Normal View History

#ifndef COSMOPOLITAN_LIBC_NT_COMDLG_H_
#define COSMOPOLITAN_LIBC_NT_COMDLG_H_
#include "libc/nt/struct/openfilename.h"
/* ░░░░
cosmopolitan § new technology » common dialogs
*/
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
bool32 GetOpenFileName(struct NtOpenFilename *arg);
bool32 GetSaveFileName(struct NtOpenFilename *arg);
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
#endif /* COSMOPOLITAN_LIBC_NT_COMDLG_H_ */