Skip to content
  • aroben's avatar
    Windows build fix part 2. · 072b3919
    aroben authored
    JavaScriptCore:
    
            Windows build fix part 2.
    
            Fix was by Darin, reviewed by Anders and Adam.
    
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Add
            FastMallocPCRE.cpp to the project, and let Visual Studio have its way
            with the post-build step.
            * pcre/pcre.h: Don't DLL export the entry points just because this
            is Win32 -- this is an internal copy of PCRE and should be private.
            * pcre/pcre_compile.c: Fix an uninitialized variable warning --
            there's no real problem but it's better to quiet the compiler by
            tweaking the code slightly than turn off the warning entirely.
    
    WebCore:
    
            * page/Frame.cpp: I had to touch this file when fixing the Windows
            build. Checking it in in case it helps others, too.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@26704 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    072b3919