summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-08-29 12:12:05 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-08-31 11:41:12 +0100
commiteeadd57a1428ef4617fc4c5f401f744e541478d8 (patch)
treef1066445c3f5949a97fafc6aa0280e968fbcba40 /README.win32
parentee2b3c5e9747fa6cb3e26471774bc5117ac9f175 (diff)
downloadglib-eeadd57a1428ef4617fc4c5f401f744e541478d8.tar.gz
glib: Remove remaining references to __int64
This is a follow-up to 7e821441c482917e54435a07893272d87d3ad9e5 and e154e3325eb7274b8164f8d7a5e0f335646c2bb7 removing some remaining references to __int64 which are no longer necessary. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://gitlab.gnome.org/GNOME/glib/issues/1313
Diffstat (limited to 'README.win32')
-rw-r--r--README.win323
1 files changed, 1 insertions, 2 deletions
diff --git a/README.win32 b/README.win32
index 1683d54b9..62236d016 100644
--- a/README.win32
+++ b/README.win32
@@ -145,8 +145,7 @@ prebuilt binaries are included in the "dev" packages.
Please note that the ./configure mechanism should not blindly be used
to build a GLib to be distributed to other developers because it
-produces a compiler-dependent glibconfig.h. For instance, the typedef
-for gint64 is long long with gcc, but __int64 with MSVC.
+produces a compiler-dependent glibconfig.h.
Except for this and a few other minor issues, there shouldn't be any
reason to distribute separate GLib headers and DLLs for gcc and MSVC6