Pārlūkot izejas kodu

* Make names unique across modules

Michaël Van Canneyt 9 mēneši atpakaļ
vecāks
revīzija
fc0fb5968a
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      packages/wasm-utils/src/wasm.timer.shared.pas

+ 2 - 2
packages/wasm-utils/src/wasm.timer.shared.pas

@@ -23,8 +23,8 @@ Type
 
 const
   TimerExportName  = 'timer';
-  TimerFN_Allocate = 'allocate';
-  TimerFN_DeAllocate = 'deallocate';
+  TimerFN_Allocate = 'allocate_timer';
+  TimerFN_DeAllocate = 'deallocate_timer';
 
 
 implementation