home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / windows / textview / stdhead.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-04  |  452 b   |  21 lines

  1. /*****************************************************************************
  2.  
  3.     stdhead.h
  4.     ---------
  5.  
  6.     Standard includes for the Trace System demonstration application
  7.  
  8. *****************************************************************************/
  9.  
  10. #include    <windows.h>
  11. #include    <stdio.h>
  12. #include    <string.h>
  13.  
  14. #include    "textview.h"
  15.  
  16. #include    "defines.h"
  17. #include    "menu.h"
  18. #include    "dialog.h"
  19. #include    "procs.h"
  20. #include    "global.h"
  21.