win32 from master: unicode functions by default?
    Mike Parker via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Wed Nov 11 21:08:24 PST 2015
    
    
  
On Thursday, 12 November 2015 at 04:58:42 UTC, Andre wrote:
> Hi,
>
> by using the win32 library from master, the functions aliases
> to the ansi windows functions (...A) instead of the unicode 
> functions (...W).
> Is there a way to control this behavior beside using the 
> explicit function
> names (A/W)?
>
> Kind regards
> André
version=Unicode on the compiler command line.
    
    
More information about the Digitalmars-d-learn
mailing list