include: Update a comment

André Hentschel nerv at dawncrow.de
Wed May 11 13:17:18 CDT 2011


---
 include/basetsd.h |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/include/basetsd.h b/include/basetsd.h
index 852f6f4..4300278 100644
--- a/include/basetsd.h
+++ b/include/basetsd.h
@@ -31,11 +31,9 @@ extern "C" {
  * Unices uses the same type model (ILP32) as Win32, where int, long
  * and pointer are 32-bit.
  *
- * Win64, however, will cause some problems when implemented under Unix.
- * Linux/{Alpha, Sparc64} and most (all?) other 64-bit Unices use
- * the LP64 type model where int is 32-bit and long and pointer are
- * 64-bit. Win64 on the other hand uses the P64 (sometimes called LLP64)
- * type model where int and long are 32 bit and pointer is 64-bit.
+ * Win64, can cause some problems when implemented under Unix. Linux and most other 64-bit Unices
+ * use the LP64 type model where int is 32-bit and long and pointer are 64-bit. Win64 on the
+ * other hand uses the LLP64 type model where int and long are 32 bit and pointer is 64-bit.
  */
 
 #if defined(__x86_64__) && !defined(_WIN64)
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list