// BrowseDialog2.h #ifndef ZIP7_INC_BROWSE_DIALOG2_H #define ZIP7_INC_BROWSE_DIALOG2_H #include "../../../Windows/Window.h" void MyBrowseForTempFolder(HWND owner); #endif