Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-20263

ARM: 'sdk\lib\vcruntime\inc\internal_shared.h(295): error C3861: '_freea': identifier not found'

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Unresolved
    • Major
    • None
    • SDK

    Description

      404 occurrences, trying to build dll directory.
      4 occurrences, trying to build rostests directory.

      D:\a\reactos\reactos\src\sdk\lib\vcruntime\inc\internal_shared.h(295): error C3861: '_freea': identifier not found
      

      https://git.reactos.org/?p=reactos.git;a=blob;f=sdk/lib/vcruntime/inc/internal_shared.h;hb=HEAD#l291

       179 #define _freea_crt _freea
      // ...
       291 struct __crt_malloca_free_policy
       292 {
       293     void operator()(void* const ptr) throw()
       294     {
       295         _freea_crt(ptr);
       296     }
       297 };
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            Serge Gautherie Serge Gautherie
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: