Skip to content

Commit a0b7490

Browse files
committed
xrCore: translate commentary to EN with accordance guidline reccomedations
1 parent 1d753eb commit a0b7490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/xrMemory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Поэтому всё-же стоит переопределять для большинства случаев операторы new и delete.
1212
А для остального мы будем полагать (и надеяться), что прокси справится без проблем.
1313
*/
14-
#if defined(WINDOWS) // Не знаю, как это на виндах работает, но на линуксе ломается линковка из-за множественного объявления __TBB_malloc_proxy_helper_object
14+
#if defined(WINDOWS) // I have not idea how it works on Windows, but Linux build fails with error 'multiple declaration of __TBB_malloc_proxy_helper_object'
1515
#include "tbb/tbbmalloc_proxy.h"
1616
#endif
1717

0 commit comments

Comments
 (0)