00001
00002
00003
00004
00005 #include <string.h>
00006 #include <stdlib.h>
00007 #include <stddef.h>
00008
00009
00010 #if defined(__GNUC__)
00011 # include "xmog-config-cygwin-gcc.h"
00012 #endif
00013
00014
00015
00016 typedef void * XMOG_THREAD_FUNC_RETURN;
00017
00018
00019
00020 #define XMOG_CALLING_CONVENTION
00021
00022
00023
00024 #define XMOG_TOLOWER ACE_OS::ace_tolower
00025
00026
00027 #define XMOG_FILE_SEPARATOR '/'
00028 #define XMOG_PATH_SEPARATOR ':'
00029 #define LINE_SEP "\n"
00030