win32 from master: unicode functions by default?
    Andre via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Wed Nov 11 22:20:40 PST 2015
    
    
  
On Thursday, 12 November 2015 at 05:08:25 UTC, Mike Parker wrote:
> 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.
perfect. Thanks a lot.
Kind regards
André
    
    
More information about the Digitalmars-d-learn
mailing list