freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] [builds/windows] Simplify non-desktop U


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] [builds/windows] Simplify non-desktop UWP check.
Date: Mon, 25 Apr 2022 23:10:13 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • builds/windows/ftsystem.c
    ... ... @@ -197,8 +197,7 @@
    197 197
     
    
    198 198
     
    
    199 199
       /* non-desktop Universal Windows Platform */
    
    200
    -#if defined( WINAPI_FAMILY_PARTITION )                 && \
    
    201
    -    !WINAPI_FAMILY_PARTITION( WINAPI_PARTITION_DESKTOP )
    
    200
    +#if defined( WINAPI_FAMILY ) && WINAPI_FAMILY != WINAPI_FAMILY_DESKTOP_APP
    
    202 201
     
    
    203 202
     #define PACK_DWORD64( hi, lo )  ( ( (DWORD64)(hi) << 32 ) | (DWORD)(lo) )
    
    204 203
     
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]