home *** CD-ROM | disk | FTP | other *** search
- /* ----------------------------------------------------------------------
-
- CNFTEST sample for Microsoft ActiveX Conferencing
-
- Unpublished work.
- Copyright (c) 1996, Microsoft Corporation
- All rights reserved.
-
- main.h
-
- ---------------------------------------------------------------------- */
-
- #ifndef MAIN_H
- #define MAIN_H
-
- // System Include files
- #include <windows.h>
- #include <windowsx.h>
- #include <commctrl.h>
-
- #include <msconf.h>
-
- #include "global.h"
- #include "resource.h"
-
- #endif /* MAIN_H */
-