Update of /cvsroot/alpp/openalpp/include/openalpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15136
Modified Files:
windowsstuff.h
Log Message:
Index: windowsstuff.h
===================================================================
RCS file: /cvsroot/alpp/openalpp/include/openalpp/windowsstuff.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** windowsstuff.h 11 Nov 2004 07:57:57 -0000 1.4
--- windowsstuff.h 11 Nov 2004 09:07:56 -0000 1.5
***************
*** 24,28 ****
#ifndef WINDOWSSTUFF_H_INCLUDED
#define WINDOWSSTUFF_H_INCLUDED
! #ifdef WIN32
//C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
--- 24,32 ----
#ifndef WINDOWSSTUFF_H_INCLUDED
#define WINDOWSSTUFF_H_INCLUDED
! #ifndef WIN32
!
! #include <unistd.h>
!
! #else // WIN32
//C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
***************
*** 52,55 ****
#endif
#else
- #include <unistd.h>
#endif
--- 56,58 ----
|