home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / Vyzkuste / devc / _SETUP.5 / Group3 / winresrc.h < prev    next >
C/C++ Source or Header  |  1999-11-07  |  192b  |  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.