• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

kstars

stdafx.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *                                                                         *
00003  *   This program is free software; you can redistribute it and/or modify  *
00004  *   it under the terms of the GNU General Public License as published by  *
00005  *   the Free Software Foundation; either version 2 of the License, or     *
00006  *   (at your option) any later version.                                   *
00007  *                                                                         *
00008  ***************************************************************************/
00009 
00010 #if !defined(STDAFX__INCLUDED_)
00011 #define STDAFX__INCLUDED_
00012 
00013 #ifdef __linux__
00014 #include <stdlib.h>
00015 #include <stdio.h>
00016 #include <unistd.h>
00017 #include <string.h>
00018 #define ULONG unsigned long
00019 #define USHORT unsigned short
00020 #define PUSHORT unsigned short *
00021 #define BYTE unsigned char
00022 #define DWORD long
00023 #define BOOLEAN unsigned long
00024 #define TRUE 1
00025 #define FALSE 0
00026 #define INTERNET_OPEN_TYPE_DIRECT 1
00027 #define INTERNET_FLAG_NO_CACHE_WRITE 1
00028 #define INTERNET_FLAG_KEEP_CONNECTION 1
00029 #define Sleep(x) usleep(1000*x)
00030 #endif
00031 
00032 
00033 #endif
00034 
00035 
00036 
00037 
00038 

kstars

Skip menu "kstars"
  • Main Page
  • Modules
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • keduca
  • kstars
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal