소스 검색

* the test made compilable also on other platforms than only Unix and Windows

git-svn-id: trunk@29699 -
Tomas Hajny 10 년 전
부모
커밋
e1b37dcc46
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      tests/webtbs/tw6822b.pp

+ 2 - 4
tests/webtbs/tw6822b.pp

@@ -12,12 +12,10 @@ var
 const
 {$ifdef unix}
 libname = './libtw6822a.'+SharedSuffix;
+{$else unix}
+libname = 'tw6822a.' + SharedSuffix;
 {$endif unix}
 
-{$ifdef windows}
-libname = 'tw6822a.dll';
-{$endif windows}
-
 begin
   writeln('hello from loader program');
   h:= loadlibrary(libname);