Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

xmog-config-cygwin.h

00001 /*
00002  * Copyright 1999-2006 by Codemesh, Inc.  ALL RIGHTS RESERVED.
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 // the return type of the function type that is passed to thread spawn factory
00016 typedef void * XMOG_THREAD_FUNC_RETURN;
00017 
00018 
00019 // it seems g++ does not understand __cdecl
00020 #define XMOG_CALLING_CONVENTION 
00021 
00022 
00023 // the method we use for tolower
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 

Generated on Wed May 31 14:01:19 2006 for Shared Codemesh Runtime Library API Reference by  doxygen 1.4.1