Re: compiler Flags for Code Porting
Re: compiler Flags for Code Porting
- Subject: Re: compiler Flags for Code Porting
- From: Greg Guerin <email@hidden>
- Date: Sat, 04 Jun 2011 10:55:38 -0700
koko wrote:
I went ahead and did:
if ((__uint32_t)m_handle != INVALID_HANDLE_VALUE)
which sees OK. Any comments?
I don't think it's 64-bit compatible. If the code is ever compiled
as 64-bit, it may not do the right thing.
You may not care about 64-bitness now, but neglecting compatibility
is kinda why the current code has a problem, so you're just replacing
one kind of compatibility problem with a different one.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden