home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / dvcpp / _SETUP.5 / Group3 / winresrc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-03-08  |  202 b   |  11 lines

  1. #ifndef _WINRESRC_H
  2. #define _WINRESRC_H
  3. #define WIN32_LEAN_AND_MEAN
  4. #include <winuser.h>
  5. #include <winnt.h>
  6. #include <winver.h>
  7. #include <dde.h>
  8. #include <dlgs.h>
  9. #include <commctrl.h>
  10. #endif
  11.