mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 15:47:52 +02:00
* remove need for freebsd5 directive. merge to fixes after rc1
git-svn-id: trunk@11142 -
This commit is contained in:
parent
b3548b4673
commit
381ab23ad5
@ -15,7 +15,7 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$IFDEF FREEBSD5}
|
||||
{$IF DEFINED(FREEBSD) AND NOT DEFINED(FREEBSD4)}
|
||||
{$IFDEF FPC_USE_LIBC}
|
||||
|
||||
function cuuidgen(p:PGUID;x:cint):cint; external clib name 'uuidgen';
|
||||
|
Loading…
Reference in New Issue
Block a user