Files
dypid-client/utils/folder/windows_dialog.h
YGXB_net cccb31cbc5
Some checks failed
构建上传工具 / build-tool (push) Failing after 2m9s
feat: 初步完成GUI界面添加
2025-10-13 21:32:02 +08:00

11 lines
182 B
C

#ifndef WINDOWS_DIALOG_H
#define WINDOWS_DIALOG_H
#include <windows.h>
#include <shobjidl.h>
// 导出函数声明
char* OpenFolderDialog(void);
void FreeMemory(char* ptr);
#endif