This commit is contained in:
11
utils/folder/windows_dialog.h
Normal file
11
utils/folder/windows_dialog.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef WINDOWS_DIALOG_H
|
||||
#define WINDOWS_DIALOG_H
|
||||
|
||||
#include <windows.h>
|
||||
#include <shobjidl.h>
|
||||
|
||||
// 导出函数声明
|
||||
char* OpenFolderDialog(void);
|
||||
void FreeMemory(char* ptr);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user