Changeset 229075 in webkit


Ignore:
Timestamp:
Feb 27, 2018 2:12:59 PM (6 years ago)
Author:
commit-queue@webkit.org
Message:

[Win64] JSCOnly compile error using VS2017 and cmake
https://bugs.webkit.org/show_bug.cgi?id=183176

Patch by Karlen Simonyan <szkarlen@gmail.com> on 2018-02-27
Reviewed by Alex Christensen.

  • wtf/PlatformJSCOnly.cmake:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r228987 r229075  
     12018-02-27  Karlen Simonyan  <szkarlen@gmail.com>
     2
     3        [Win64] JSCOnly compile error using VS2017 and cmake
     4        https://bugs.webkit.org/show_bug.cgi?id=183176
     5
     6        Reviewed by Alex Christensen.
     7
     8        * wtf/PlatformJSCOnly.cmake:
     9
    1102018-02-26  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Source/WTF/wtf/PlatformJSCOnly.cmake

    r227861 r229075  
    1010        win/CPUTimeWin.cpp
    1111        win/LanguageWin.cpp
     12    )
     13    list(APPEND WTF_HEADERS
     14        text/win/WCharStringExtras.h
    1215    )
    1316else ()
Note: See TracChangeset for help on using the changeset viewer.