Changeset 31169ee for protocols/yahoo
- Timestamp:
- 2015-05-05T15:04:13Z (10 years ago)
- Branches:
- master
- Children:
- cc8cf75
- Parents:
- 5ca1416
- git-author:
- dequis <dx@…> (22-04-15 04:40:52)
- git-committer:
- dequis <dx@…> (05-05-15 15:04:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo2.h
r5ca1416 r31169ee 33 33 #undef malloc 34 34 #define malloc(x) g_malloc(x) 35 #undef calloc36 #define calloc(x, y) g_calloc(x, y)37 35 #undef realloc 38 36 #define realloc(x, y) g_realloc(x, y)
Note: See TracChangeset
for help on using the changeset viewer.