pangomm r19 - in trunk: . MSVC_Net2005/pangomm



Author: arminb
Date: Wed Aug 27 10:32:20 2008
New Revision: 19
URL: http://svn.gnome.org/viewvc/pangomm?rev=19&view=rev

Log:
2008-08-27  Armin Burgmeier  <armin arbur net>

	* MSVC_Net2005/pangomm/pangomm.rc.in: Replaced #include "afxres.h" by
	#include <windows.h> which does the job equally well, and allows
	compilation with the freely available Visual Studio Express compiler.


Modified:
   trunk/ChangeLog
   trunk/MSVC_Net2005/pangomm/pangomm.rc.in

Modified: trunk/MSVC_Net2005/pangomm/pangomm.rc.in
==============================================================================
--- trunk/MSVC_Net2005/pangomm/pangomm.rc.in	(original)
+++ trunk/MSVC_Net2005/pangomm/pangomm.rc.in	Wed Aug 27 10:32:20 2008
@@ -1,7 +1,7 @@
 
 #define APSTUDIO_READONLY_SYMBOLS
 
-#include "afxres.h"
+#include <windows.h>
 
 #undef APSTUDIO_READONLY_SYMBOLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]