SOURCES: libsap-warnings.patch (NEW) - Linux port of saplib 1.54 b...

qboosh qboosh at pld-linux.org
Sun Oct 29 14:07:57 CET 2006


Author: qboosh                       Date: Sun Oct 29 13:07:57 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- Linux port of saplib 1.54 by Dominik Mierzejewski

---- Files affected:
SOURCES:
   libsap-warnings.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libsap-warnings.patch
diff -u /dev/null SOURCES/libsap-warnings.patch:1.1
--- /dev/null	Sun Oct 29 14:07:57 2006
+++ SOURCES/libsap-warnings.patch	Sun Oct 29 14:07:52 2006
@@ -0,0 +1,15 @@
+--- sap.src/sapGlobals.h.warn	Sun Oct 14 23:13:46 2001
++++ sap.src/sapGlobals.h	Mon Jul 22 00:06:22 2002
+@@ -88,8 +88,12 @@
+ axeEXTERN BYTE doWrite;
+ 
+ 
++#ifdef _MSC_EXTENSIONS
+ #pragma pack(push)
+ #pragma pack(1)
++#else
++#pragma pack(push,1)
++#endif
+ axeEXTERN union {
+ 	struct {
+ 		BYTE opcode;
================================================================


More information about the pld-cvs-commit mailing list