cosmopolitan/libc/nt/comdlg.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
3.5 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
*/
COSMOPOLITAN_C_START_
bool32 GetOpenFileName(struct NtOpenFilename *arg);
bool32 GetSaveFileName(struct NtOpenFilename *arg);
COSMOPOLITAN_C_END_
#endif /* COSMOPOLITAN_LIBC_NT_COMDLG_H_ */