mirror of
https://github.com/php/php-src.git
synced 2026-04-11 01:53:36 +02:00
Added name for enum, hopefully fixing the win32 build.
This commit is contained in:
@@ -68,7 +68,7 @@ ZEND_GET_MODULE(calendar)
|
||||
#endif
|
||||
|
||||
/* this order must match the conversion table below */
|
||||
enum {
|
||||
enum cal_name_type_t {
|
||||
CAL_GREGORIAN = 0,
|
||||
CAL_JULIAN,
|
||||
CAL_JEWISH,
|
||||
|
||||
Reference in New Issue
Block a user