Skip to content

Commit

Permalink
Release uos version 2180324.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvs committed Mar 24, 2018
1 parent 2da35e2 commit 0613215
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions examples/uos.pas
Expand Up @@ -74,7 +74,7 @@ interface
Classes, ctypes, Math, sysutils;

const
uos_version : cint32 = 2180316;
uos_version : cint32 = 2180324;

{$IF DEFINED(bs2b)}
BS2B_HIGH_CLEVEL = (CInt32(700)) or ((CInt32(30)) shl 16);
Expand Down Expand Up @@ -184,7 +184,6 @@ interface
{$endif}

type

TDArFloat = array of cfloat;
TDArShort = array of cInt16;
TDArLong = array of cInt32;
Expand Down
1 change: 0 additions & 1 deletion log.txt
Expand Up @@ -48,4 +48,3 @@
* *
***********************************************************************************}


3 changes: 1 addition & 2 deletions src/uos.pas
Expand Up @@ -74,7 +74,7 @@ interface
Classes, ctypes, Math, sysutils;

const
uos_version : cint32 = 2180316;
uos_version : cint32 = 2180324;

{$IF DEFINED(bs2b)}
BS2B_HIGH_CLEVEL = (CInt32(700)) or ((CInt32(30)) shl 16);
Expand Down Expand Up @@ -184,7 +184,6 @@ interface
{$endif}

type

TDArFloat = array of cfloat;
TDArShort = array of cInt16;
TDArLong = array of cInt32;
Expand Down

0 comments on commit 0613215

Please sign in to comment.