ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

precomp.h
Go to the documentation of this file.
00001 
00002 #include <sys/stat.h>
00003 #include <sys/types.h>
00004 
00005 #ifndef _WIN32
00006 #include <sys/param.h>
00007 #include <sys/socket.h>
00008 #include <sys/time.h>
00009 #include <sys/file.h>
00010 #include <sys/ioctl.h>
00011 #include <netinet/in.h>
00012 #include <arpa/ftp.h>
00013 #include <arpa/telnet.h>
00014 #include <pwd.h>
00015 #include <varargs.h>
00016 #include <netdb.h>
00017 #else
00018 #include <winsock.h>
00019 #endif
00020 
00021 #include <signal.h>
00022 #include <direct.h>
00023 #include <io.h>
00024 #include <stdio.h>
00025 #include <stdlib.h>
00026 #include <errno.h>
00027 #include <ctype.h>
00028 #include <time.h>
00029 
00030 #include "ftp_var.h"
00031 #include "pathnames.h"
00032 #include "prototypes.h"
00033 
00034 #include "fake.h"
00035 
00036 #include <fcntl.h>

Generated on Sun May 27 2012 04:16:25 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.