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

[XaraXtreme-commits] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 835
Date       : Tue Apr 18 14:14:54 BST 2006

Changed paths:
   M /Trunk/XaraLX/Kernel/jpglib_namespace.h

Force C naming for JPEG library even if not done by jpglib.h


Diff:
Index: Trunk/XaraLX/Kernel/jpglib_namespace.h
===================================================================
--- Trunk/XaraLX/Kernel/jpglib_namespace.h	(revision 834)
+++ Trunk/XaraLX/Kernel/jpglib_namespace.h	(revision 835)
@@ -111,10 +111,10 @@
 // NB We assume jpeglib.h will test __cplusplus and use C naming as required
 namespace libJPEG
 {
-//	extern "C"
-//	{
+	extern "C"
+	{
 	#include "jpeglib.h"
-//	}
+	}
 };
 
 #endif	// INC_INCJPGLIB


Xara