home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Freeware / Programare / nullsoft / nsis20.exe / Contrib / System / Source / stdafx.h < prev    next >
C/C++ Source or Header  |  2003-03-27  |  404b  |  13 lines

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5.  
  6. #pragma once
  7.  
  8. #define WIN32_LEAN_AND_MEAN        // Exclude rarely-used stuff from Windows headers
  9. // Windows Header Files:
  10. #include <windows.h>
  11.  
  12. // TODO: reference additional headers your program requires here
  13. //#define SYSTEM_LOG_DEBUG