فهرست منبع

amunits: cardres, use the predefined CARDRESNAME constant while opening the resource

Karoly Balogh 5 روز پیش
والد
کامیت
79d64a8b65
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/amunits/src/coreunits/cardres.pas

+ 1 - 1
packages/amunits/src/coreunits/cardres.pas

@@ -223,5 +223,5 @@ function CardInterface: DWord; syscall CardResBase 102;
 implementation
 implementation
 
 
 begin
 begin
-  CardResBase:=OpenResource('card.resource');
+  CardResBase:=OpenResource(CARDRESNAME);
 end.
 end.