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