Skip to content

Commit 2de91cd

Browse files
committed
fix win32 build attempt
1 parent 81f84a4 commit 2de91cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ext/intl/config.w32

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ if (PHP_INTL != "no") {
4848
locale_methods.cpp \
4949
", "intl");
5050
ADD_SOURCES(configure_module_dirname + "/msgformat", "\
51-
msgformat.c \
52-
msgformat_attr.c \
53-
msgformat_class.c \
54-
msgformat_data.c \
55-
msgformat_format.c \
51+
msgformat.cpp \
52+
msgformat_attr.cpp \
53+
msgformat_class.cpp \
54+
msgformat_data.cpp \
55+
msgformat_format.cpp \
5656
msgformat_helpers.cpp \
57-
msgformat_parse.c \
57+
msgformat_parse.cpp \
5858
", "intl");
5959
ADD_SOURCES(configure_module_dirname + "/grapheme", "\
6060
grapheme_string.c grapheme_util.c \

0 commit comments

Comments
 (0)