home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Shareware / Programare / flashplayer / Samples / WinApi / Demo / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  2004-06-27  |  488 b   |  18 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. // C RunTime Header Files
  12. #include <stdlib.h>
  13. #include <malloc.h>
  14. #include <memory.h>
  15. #include <tchar.h>
  16.  
  17. // TODO: reference additional headers your program requires here
  18.