|
|
|
@ -51,6 +51,7 @@ |
|
|
|
#include "php_mcal.h" |
|
|
|
#include "modules.h" |
|
|
|
#include "ext/standard/info.h" |
|
|
|
#include "ext/standard/global.h" |
|
|
|
#ifdef PHP_WIN32 |
|
|
|
#include "winsock.h" |
|
|
|
#endif |
|
|
|
@ -68,7 +69,7 @@ typedef struct _php_mcal_le_struct { |
|
|
|
|
|
|
|
|
|
|
|
typedef struct cal_list { |
|
|
|
u_int32_t uid; |
|
|
|
UINT4 uid; |
|
|
|
struct cal_list *next; |
|
|
|
} cal_list_t; |
|
|
|
|
|
|
|
@ -1598,7 +1599,7 @@ void cc_searched (unsigned long cal_uid) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
void cc_appended(u_int32_t uid) |
|
|
|
void cc_appended(UINT4 uid) |
|
|
|
{ |
|
|
|
} |
|
|
|
|
|
|
|
|