Re: type change objbase.h; EOL pollution in aclui.h et al.
"Luke Dunstan" <[email protected]> Sat, 1 May 2004 01:08:27 +0800
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Message-ID | <[email protected]> |
Thanks, committed. Luke ----- Original Message ----- From: "Bart Oldeman" <[email protected]> To: <[email protected]> Sent: Friday, April 30, 2004 7:07 AM Subject: [MinGW-patches] type change objbase.h; EOL pollution in aclui.h et al. > Hi > > const WCHAR pwcsTemplateFile; > on line 65 of objbase.h, whilst correct according to MSDN doesn't make > sense according to the Hungarian notation and doesn't make sense at all. > > So I propose the patch below. > > Also another three new files have CRLF's in the CVS repository where all > others are just LF. As before, I'm not supplying a patch for that (would > just be garbage) > > Bart > > 2004-04-29 Bart Oldeman <[email protected]> > > * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type. > * include/aclui.h: Remove '\r', throughout. > * include/msacm.h: Likewise. > * lib/aclui.def: Likewise. > > --- objbase.h 18 Apr 2004 07:29:38 -0000 1.11 > +++ objbase.h 29 Apr 2004 22:44:44 -0000 > @@ -61,7 +61,7 @@ > USHORT usVersion; > USHORT reserved; > ULONG ulSectorSize; > - const WCHAR pwcsTemplateFile; > + const WCHAR *pwcsTemplateFile; > } STGOPTIONS; > typedef enum tagREGCLS { > REGCLS_SINGLEUSE = 0, ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click