Explorar el Código

* Make names unique across modules

Michaël Van Canneyt hace 9 meses
padre
commit
fc0fb5968a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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