Bugfix - couldn't build resources with previous version.
authorjongfoster <jongfoster@users.sourceforge.net>
Sun, 16 Sep 2001 16:59:34 +0000 (16:59 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Sun, 16 Sep 2001 16:59:34 +0000 (16:59 +0000)
config.h.win
config.h.win32threads.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 */
 
index 4488821..ff570d6 100644 (file)
@@ -2,7 +2,7 @@
 #define CONFIG_H_INCLUDED
 /*********************************************************************
  *
- * File        :  $Source: /cvsroot/ijbswa/current/config.h.win,v $
+ * File        :  $Source: /cvsroot/ijbswa/current/config.h.win32threads.win,v $
  *
  * Purpose     :  This file should be the first thing included in every
  *                .c file.  (Before even system headers).  It contains 
  *                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
  * Revisions   :
- *    $Log: config.h.win,v $
+ *    $Log: config.h.win32threads.win,v $
+ *    Revision 1.5  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 */