Bugfix - couldn't build resources with previous version.
[privoxy.git] / config.h.win
index 5089cd7..3fb1947 100755 (executable)
@@ -37,6 +37,9 @@
  *
  * Revisions   :
  *    $Log: config.h.win,v $
+ *    Revision 1.10  2001/09/16 16:19:02  jongfoster
+ *    New version based on latest configure.in and acconfig.h
+ *
  *    Revision 1.9  2001/07/30 22:16:07  jongfoster
  *    Tidying up #defines:
  *    - All feature #defines are now of the form FEATURE_xxx
 #endif /* defined(FEATURE_PTHREAD) && defined(__BEOS__) */
 
 
-#ifndef _MSC_VER
+#if (!defined(_MSC_VER)) && (!defined(RC_INVOKED))
 #error This file is only intended for MS VC++ on Win32.  For other compilers, please run configure.
-#endif /* def _MSC_VER */
+#endif /* (!defined(_MSC_VER)) && (!defined(RC_INVOKED)) */
 
 #endif /* CONFIG_H_INCLUDED */