1 // BrowseDialog2.h 2 3 #ifndef ZIP7_INC_BROWSE_DIALOG2_H 4 #define ZIP7_INC_BROWSE_DIALOG2_H 5 6 #include "../../../Windows/Window.h" 7 8 void MyBrowseForTempFolder(HWND owner); 9 10 #endif 11