home *** CD-ROM | disk | FTP | other *** search
- #include "windows.h"
-
- #ifdef RC_INVOKED
- #define ID(id) id
- #else
- #define ID(id) MAKEINTRESOURCE(id)
- #endif
-
- #define NOID -1 /* for dialog controls */
-
- /* attribute flags for DlgDirList */
-
- #define ATTR_DIRS 0xC010 /* find drives and directories */
- #define ATTR_FILES 0x0000 /* find ordinary files */
-
- /* Control IDs */
-
- #define IDC_FILENAME 2101
- #define IDC_PATH 2102
- #define IDC_FILES 2103
- #define IDC_DIRS 2104
- #define IDC_DEF_STAR 2105
- #define IDC_DEF_1 2106
- #define IDC_DEF_2 2107
- #define IDC_DEF_3 2108
- #define IDC_DEF_4 2109
-
- extern HANDLE hHourGlass; /* Handle to hourglass cursor */
- extern HANDLE hSaveCursor; /* Handle to saved cursor */
- extern char str[255];
- extern char szProgName[128];
-