win32 from master: unicode functions by default?
    Kagamin via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Fri Nov 13 00:11:46 PST 2015
    
    
  
On Friday, 13 November 2015 at 05:09:12 UTC, Mike Parker wrote:
> I've gotten into the same habit. But it appears the switch to 
> dynamic loading has made it so that only the A versions or only 
> the W versions are available. You no longer get both.
>
> https://github.com/D-Programming-Language/druntime/blob/master/src/core/sys/windows/w32api.d#L85
That only declares aliases without postfix, actual declarations 
are available unconditionally barring a few bugs.
    
    
More information about the Digitalmars-d-learn
mailing list