diff options
Diffstat (limited to 'Include/cStringIO.h')
-rw-r--r-- | Include/cStringIO.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/cStringIO.h b/Include/cStringIO.h index 224f8ff..50921d9 100644 --- a/Include/cStringIO.h +++ b/Include/cStringIO.h @@ -1,5 +1,5 @@ -#ifndef CSTRINGIO_INCLUDED -#define CSTRINGIO_INCLUDED +#ifndef Py_CSTRINGIO_H +#define Py_CSTRINGIO_H #ifdef __cplusplus extern "C" { #endif @@ -60,4 +60,4 @@ static struct PycStringIO_CAPI { #ifdef __cplusplus } #endif -#endif /* CSTRINGIO_INCLUDED */ +#endif /* !Py_CSTRINGIO_H */ |