00001
00022 #ifndef DKUTIL_C_OS_H
00023 #define DKUTIL_C_OS_H
00024
00025
00026 #include "dkcOSIndependent.h"
00027
00028 # ifdef WIN32
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048 # else
00049
00050
00051
00052 # endif
00053
00057
00058 DKC_EXTERN int WINAPI dkcGetOSVersion(void);
00059
00060
00061
00062 #if (_MSC_VER > 1200)
00063
00067 DKC_EXTERN int WINAPI dkcGetOSVersionEx(int *Extension);
00068
00069 #endif
00070
00071 #ifndef DKUTIL_C_OS_C
00072 # include "dkcOS.h"
00073 #endif
00074
00075
00076 #endif //end of include once