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 };
|