Differences From Artifact [028e90eddf]:
- File src/resolver.m — part of check-in [60cb25ab50] at 2014-01-31 13:07:27 on branch trunk — Minor fixes (missing ifdefs, etc.) (user: js, size: 7477) [annotate] [blame] [check-ins using]
To Artifact [1037374b48]:
- File src/resolver.m — part of check-in [fab07a40ca] at 2014-02-12 03:17:01 on branch trunk — Fix compilation with mingw32 (user: js, size: 7506) [annotate] [blame] [check-ins using]
| ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + | * Alternatively, it may be distributed under the terms of the GNU General * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #include "config.h" #define _WIN32_WINNT 0x0501 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <inttypes.h> #import "macros.h" |
| ︙ |