Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.0.0 / tests / webtbs / tw11349.pp
Size: Mime:
{ %norun }

program bug11349;

{$R+,Q+}

const
  WS_BORDER = DWORD($800000);

var
  Style: Cardinal;

begin
  Style := 0;
  Style := Style and not WS_BORDER;
end.