home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / activex / inetsdk / samples / msconf / cnftest / main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-03  |  527 b   |  27 lines

  1. /* ----------------------------------------------------------------------
  2.  
  3.     CNFTEST sample for Microsoft ActiveX Conferencing
  4.  
  5.     Unpublished work.
  6.     Copyright (c) 1996, Microsoft Corporation
  7.     All rights reserved.
  8.  
  9.     main.h
  10.  
  11. ---------------------------------------------------------------------- */
  12.  
  13. #ifndef MAIN_H
  14. #define MAIN_H
  15.  
  16. // System Include files
  17. #include <windows.h>
  18. #include <windowsx.h>
  19. #include <commctrl.h>
  20.  
  21. #include <msconf.h>
  22.  
  23. #include "global.h"
  24. #include "resource.h"
  25.  
  26. #endif /* MAIN_H */
  27.