home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************/
- /* FolderViews - Drag and drop directory viewer */
- /* Public Domain (P) 1992 Benjamin Cooley */
- /* include.h - FolderView Standard Includes */
- /********************************************************************/
-
- #ifndef _INCLUDE_H
- #define _INCLUDE_H
-
- /* Windows Libraries */
- #include <windows.h>
- #include <shellapi.h>
- #include <owl.h>
- #include <edit.h>
-
- /* C Runtime Library */
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <mem.h>
- #include <dir.h>
- #include <ctype.h>
- #include <io.h>
- #include <time.h>
-
- #endif
-