Skip to content
6 changes: 3 additions & 3 deletions Include/datetime.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* datetime.h
*/
#ifndef Py_LIMITED_API
#ifndef DATETIME_H
#define DATETIME_H
#ifndef Py_DATETIME_H
#define Py_DATETIME_H
#ifdef __cplusplus
extern "C" {
#endif
Expand Down Expand Up @@ -263,5 +263,5 @@ static PyDateTime_CAPI *PyDateTimeAPI = NULL;
#ifdef __cplusplus
}
#endif
#endif
#endif /* !Py_DATETIME_H */
#endif /* !Py_LIMITED_API */
Loading