~freenx-team/nx-x11/nxcompshad-ubuntu

« back to all changes in this revision

Viewing changes to Poller.h

  • Committer: Marcelo Boveto Shima
  • Date: 2009-01-22 23:14:12 UTC
  • Revision ID: marceloshima@gmail.com-20090122231412-9683ft4r5xwep1nb
Import nxcompshad-3.3.0-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**************************************************************************/
 
2
/*                                                                        */
 
3
/* Copyright (c) 2001, 2007 NoMachine, http://www.nomachine.com/.         */
 
4
/*                                                                        */
 
5
/* NXCOMPSHAD, NX protocol compression and NX extensions to this software */
 
6
/* are copyright of NoMachine. Redistribution and use of the present      */
 
7
/* software is allowed according to terms specified in the file LICENSE   */
 
8
/* which comes in the source distribution.                                */
 
9
/*                                                                        */
 
10
/* Check http://www.nomachine.com/licensing.html for applicability.       */
 
11
/*                                                                        */
 
12
/* NX and NoMachine are trademarks of Medialogic S.p.A.                   */
 
13
/*                                                                        */
 
14
/* All rights reserved.                                                   */
 
15
/*                                                                        */
 
16
/**************************************************************************/
 
17
 
 
18
#ifndef Poller_H
 
19
#define Poller_H
 
20
 
 
21
#if defined(__CYGWIN32__) || defined(WIN32)
 
22
 
 
23
#include "Win.h"
 
24
 
 
25
#else
 
26
 
 
27
#include "X11.h"
 
28
 
 
29
#endif
 
30
 
 
31
#endif /* Poller_H */