diff options
Diffstat (limited to 'app-pda/synce-libsynce/files/synce-libsynce-0.9.1-amd64.patch')
-rw-r--r-- | app-pda/synce-libsynce/files/synce-libsynce-0.9.1-amd64.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-pda/synce-libsynce/files/synce-libsynce-0.9.1-amd64.patch b/app-pda/synce-libsynce/files/synce-libsynce-0.9.1-amd64.patch new file mode 100644 index 000000000000..6d7cf96b0529 --- /dev/null +++ b/app-pda/synce-libsynce/files/synce-libsynce-0.9.1-amd64.patch @@ -0,0 +1,20 @@ +--- lib/synce_types.h.old 2005-05-12 14:51:47.000000000 +0200 ++++ lib/synce_types.h 2006-06-22 12:16:10.000000000 +0200 +@@ -27,7 +27,7 @@ + typedef int32_t HKEY; + typedef int32_t REGSAM; + +-typedef uint32_t DWORD; ++typedef size_t DWORD; + typedef uint32_t UINT; + typedef uint32_t ULONG; + typedef uint32_t HWND; +@@ -92,7 +92,7 @@ + } FILETIME, *PFILETIME, *LPFILETIME; + + /* A handle is usually a void*, but we must guarantee 32-bit! */ +-typedef uint32_t HANDLE; ++typedef size_t HANDLE; + + #define INVALID_HANDLE_VALUE ((HANDLE)-1) + |