diff options
author | jsorg71 <jsorg71> | 2006-06-26 00:33:04 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2006-06-26 00:33:04 +0000 |
commit | 4f8e2d60ed0edcf489f4db4eb90460f33c0b70d4 (patch) | |
tree | 7e1db59cf604f2d1a874f78700f0bbec0691b9a3 /uirdesktop/rdesktop.h | |
parent | a2b270e57ab4381f4572ab04338d29f16aec3893 (diff) | |
download | xrdp-proprietary-4f8e2d60ed0edcf489f4db4eb90460f33c0b70d4.tar.gz xrdp-proprietary-4f8e2d60ed0edcf489f4db4eb90460f33c0b70d4.zip |
linux EOL
Diffstat (limited to 'uirdesktop/rdesktop.h')
-rw-r--r-- | uirdesktop/rdesktop.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/uirdesktop/rdesktop.h b/uirdesktop/rdesktop.h index e835231e..0f39b6e3 100644 --- a/uirdesktop/rdesktop.h +++ b/uirdesktop/rdesktop.h @@ -20,22 +20,22 @@ #include <stdlib.h> #include <stdio.h> -#include <string.h>
-#ifdef _WIN32
-#include <winsock2.h> /* winsock2.h first */
-#include <windows.h>
-#include <time.h>
-#else /* WIN32 */
-#include <dirent.h>
-#include <sys/types.h>
-#include <sys/time.h>
+#include <string.h> +#ifdef _WIN32 +#include <winsock2.h> /* winsock2.h first */ +#include <windows.h> +#include <time.h> +#else /* WIN32 */ +#include <dirent.h> +#include <sys/types.h> +#include <sys/time.h> #ifdef HAVE_SYS_SELECT_H #include <sys/select.h> #else /* HAVE_SYS_SELECT_H */ #include <sys/types.h> #include <unistd.h> #endif /* HAVE_SYS_SELECT_H */ -#endif /* WIN32 */
+#endif /* WIN32 */ #include <limits.h> /* PATH_MAX */ #define VERSION "1.4.1" |