diff --git a/src/win32/win_compat.h b/src/win32/win_compat.h index 8e7e8d5992..2a4a674f4b 100644 --- a/src/win32/win_compat.h +++ b/src/win32/win_compat.h @@ -49,7 +49,6 @@ typedef DWORD in_port_t; /* Anju: some random #defines which I know offhand, but need to configure it */ #define OMPI_ALIGNMENT_CXX_BOOL OMPI_ALIGNMENT_INT #define SIZEOF_BOOL SIZEOF_INT -#define __func__ __FUNCTION__ #define getpid _getpid #define getcwd _getcwd #define mkdir _mkdir