windowsinc_stdafx.h

C:\home\SVGCats_src\src\windowsinc_stdafx.h


   1|#if defined(__cplusplus) && !defined(WINDOWSINC_INCLUDE_WINDOWS_H) 
   2| #ifdef  ASSERT
   3|  #undef  ASSERT
   4| #endif
   5| #ifdef __AFXWIN_H__
   6|  #error  Can not include stdafx.h 2 times.
   7| #endif
   8| #ifdef _WINDOWS_
   9|  #error  Can not include both windows.h and stdafx,h, define WINDOWSINC_INCLUDE_WINDOWS_H.
  10| #endif
  11| #include  <stdafx.h>
  12|#else
  13| #include  "windows.h"
  14|#endif
  15|
  16|//#include  "resource.h"
  17| 
  18|