Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Py_
1 parent b101e9d commit da7f4e4Copy full SHA for da7f4e4
1 file changed
Include/datetime.h
@@ -1,8 +1,8 @@
1
/* datetime.h
2
*/
3
#ifndef Py_LIMITED_API
4
-#ifndef DATETIME_H
5
-#define DATETIME_H
+#ifndef Py_DATETIME_H
+#define Py_DATETIME_H
6
#ifdef __cplusplus
7
extern "C" {
8
#endif
@@ -263,5 +263,5 @@ static PyDateTime_CAPI *PyDateTimeAPI = NULL;
263
264
}
265
266
-#endif
+#endif /* !Py_DATETIME_H */
267
#endif /* !Py_LIMITED_API */
0 commit comments