diff options
Diffstat (limited to 'nxcomp/Fork.h')
-rw-r--r-- | nxcomp/Fork.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/nxcomp/Fork.h b/nxcomp/Fork.h deleted file mode 100644 index 9df9f4041..000000000 --- a/nxcomp/Fork.h +++ /dev/null @@ -1,23 +0,0 @@ -/**************************************************************************/ -/* */ -/* Copyright (c) 2001, 2010 NoMachine, http://www.nomachine.com/. */ -/* */ -/* NXCOMP, NX protocol compression and NX extensions to this software */ -/* are copyright of NoMachine. Redistribution and use of the present */ -/* software is allowed according to terms specified in the file LICENSE */ -/* which comes in the source distribution. */ -/* */ -/* Check http://www.nomachine.com/licensing.html for applicability. */ -/* */ -/* NX and NoMachine are trademarks of Medialogic S.p.A. */ -/* */ -/* All rights reserved. */ -/* */ -/**************************************************************************/ - -// -// Try again if the fork() fails, as it can happen -// often on Cygwin. -// - -extern int Fork(); |