X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cfg%2Fos.h;h=41ce8a532933a648586f9a61ed3c7a89f24228fc;hb=8c4f04bc9071d6d5c9fa55fe097cbff72325f5e9;hp=249a947ad0fafbf90de485de8ce6187e4f038bfe;hpb=bcf38f772b397e7a8ba781a69aacb9380e54b32a;p=bertos.git diff --git a/cfg/os.h b/cfg/os.h index 249a947a..41ce8a53 100755 --- a/cfg/os.h +++ b/cfg/os.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.11 2007/09/29 16:19:47 bernie + *#* Changes to compile with sparse. + *#* *#* Revision 1.10 2006/07/19 12:56:25 bernie *#* Convert to new Doxygen style. *#* @@ -150,7 +153,7 @@ * Summarize hosted environments as OS_HOSTED and embedded * environment with OS_EMBEDDED. */ -#if OS_WIN32 || OS_UNIX || OS_DARWIN +#if OS_WIN32 || OS_UNIX || OS_DARWIN || OS_QT #define OS_HOSTED 1 #define OS_EMBEDDED 0 #else