Hi Elizabeth,

I think you'll find that's version-specific. I have both those files, and they do rather different things. Can you test against both VC 6 and 9?

- Steph

----- Original Message ----- From: "Elizabeth Marie Smith" <[EMAIL PROTECTED]>
To: <php-cvs@lists.php.net>
Sent: Monday, November 03, 2008 7:24 PM
Subject: [PHP-CVS] cvs: php-src /win32/build template.rc


auroraeosrose Mon Nov  3 19:24:47 2008 UTC

 Modified files:
   /php-src/win32/build template.rc
 Log:
Actual name of the file is WinResRc.h - silly to make people rename their header files

http://cvs.php.net/viewvc.cgi/php-src/win32/build/template.rc?r1=1.11&r2=1.12&diff_format=u
Index: php-src/win32/build/template.rc
diff -u php-src/win32/build/template.rc:1.11 php-src/win32/build/template.rc:1.12
--- php-src/win32/build/template.rc:1.11 Wed May 14 11:18:08 2008
+++ php-src/win32/build/template.rc Mon Nov  3 19:24:47 2008
@@ -1,11 +1,11 @@
/* This is a template RC file.
- * $Id: template.rc,v 1.11 2008/05/14 11:18:08 mattwil Exp $
+ * $Id: template.rc,v 1.12 2008/11/03 19:24:47 auroraeosrose Exp $
 * Do not edit with MSVC */
#ifdef APSTUDIO_INVOKED
# error dont edit with MSVC
#endif

-#include "winres.h"
+#include "winresrc.h"
#include "main/php_version.h"

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to