[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch for MinGW-W64 port
From: |
B. Scott Michel |
Subject: |
Patch for MinGW-W64 port |
Date: |
Wed, 21 Mar 2012 13:46:34 -0800 |
User-agent: |
Roundcube Webmail/0.7.1 |
The attached patch enhances support for W64 using the (relatively new)
MinGW-W64 environment. MinGW-W64 uses the LP64 model, which explains the
changes that eliminate int-to-pointer and pointer-to-int conversion
warnings by gcc. The other minor change required is that libopts assumed
that gettext() came from stdio.h; I would imagine other platforms
actually have to include libintl.h and have an explicit dependency on
-lintl during linking.
Hope this benefits more than just the MinGW community.
-scooter
gnutls-patch.txt
Description: Text document
- Patch for MinGW-W64 port,
B. Scott Michel <=