Skip to content

Commit 1c27b88

Browse files
authored
Merge pull request liexusong#79 from imaben/link
modified link library
2 parents 10679ca + 7623b8d commit 1c27b88

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

beast.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@ typedef struct yy_buffer_state *YY_BUFFER_STATE;
5656
#ifdef PHP_WIN32
5757
#include <WinSock2.h>
5858
#include <Iphlpapi.h>
59-
#if ZEND_MODULE_API_NO >= 20151012
60-
#pragma comment(lib, "php7.lib")
61-
#else
62-
#pragma comment(lib, "php5.lib")
63-
#endif
59+
#pragma comment(lib, PHP_LIB)
6460
#pragma comment(lib, "Iphlpapi.lib")
6561
#else
6662
#include <pwd.h>

0 commit comments

Comments
 (0)