On Thu, 19 May 2011, Earnie wrote:
> Prof Brian Ripley wrote:
>> On Tue, 17 May 2011, Earnie wrote:
>>
>>> NightStrike wrote:
On Wed, May 11, 2011 at 12:28 PM, Earnie
wrote:
> RSPsoftware wrote:
>> for years I was thinking that size of int and long would
>> change to 8
>
Prof Brian Ripley wrote:
> On Tue, 17 May 2011, Earnie wrote:
>
>> NightStrike wrote:
>>> On Wed, May 11, 2011 at 12:28 PM, Earnie
>>> wrote:
RSPsoftware wrote:
> for years I was thinking that size of int and long would
> change to 8
>
The you'll find http://www.unix.org
This checking here against less 0x500 is as far as I remember a bug
fix for some projects expecting this API by defining 0x500. It might
be wrong in terms of documentation, but as you told us too "_not_ to
be an issue", so I would recomment to keep it. If find an example,
which explicit shows an
What's the status of line 15 from?
http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/trunk/mingw-w64-headers/include/commctrl.h?revision=4170&view=markup
After debugging, it turned out _not_ to be an issue for me but is the type of
fix that could easily be forgotten.
Jon
---
blog: http://j
2011/5/19 Dongsheng Song :
> I think this is a debug line, should be removed, right ?
>
> Index: libmangle/src/m_ms.c
> ===
> --- libmangle/src/m_ms.c (revision 4169)
> +++ libmangle/src/m_ms.c (working copy)
> @@ -110,8
I think this is a debug line, should be removed, right ?
Index: libmangle/src/m_ms.c
===
--- libmangle/src/m_ms.c(revision 4169)
+++ libmangle/src/m_ms.c(working copy)
@@ -110,8 +110,6 @@
ctx.pZNameList = &ZNameList
于 2011-5-19 15:14, Ozkan Sezer 写道:
> On Thu, May 19, 2011 at 9:51 AM, Dongsheng Song
> wrote:
>> Hi,
>>
>> There have 69 functions both in libmingwex and 64 bit msvcr90.dll,
>> 50 functions both in libmingwex and 32 bit msvcr90.dll, all of them
>> should mark by DATA.
>>
>> PS: I'm using VS 2008 S
On Thu, May 19, 2011 at 9:51 AM, Dongsheng Song
wrote:
> Hi,
>
> There have 69 functions both in libmingwex and 64 bit msvcr90.dll,
> 50 functions both in libmingwex and 32 bit msvcr90.dll, all of them
> should mark by DATA.
>
> PS: I'm using VS 2008 SP1 runtime to generate the .DEF files.
>
> Ch