aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c26
1 files changed, 15 insertions, 11 deletions
diff --git a/test.c b/test.c
index c4aa81d..5d060d2 100644
--- a/test.c
+++ b/test.c
@@ -4,19 +4,23 @@
4 * Copyright (c) 2014 Tiancheng "Timothy" Gu 4 * Copyright (c) 2014 Tiancheng "Timothy" Gu
5 * Copyright (c) 2019 Pali Rohár <pali.rohar@gmail.com> 5 * Copyright (c) 2019 Pali Rohár <pali.rohar@gmail.com>
6 * 6 *
7 * dlfcn-win32 is free software; you can redistribute it and/or 7 * Permission is hereby granted, free of charge, to any person obtaining a copy
8 * modify it under the terms of the GNU Lesser General Public 8 * of this software and associated documentation files (the "Software"), to deal
9 * License as published by the Free Software Foundation; either 9 * in the Software without restriction, including without limitation the rights
10 * version 2.1 of the License, or (at your option) any later version. 10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 * copies of the Software, and to permit persons to whom the Software is
12 * furnished to do so, subject to the following conditions:
11 * 13 *
12 * dlfcn-win32 is distributed in the hope that it will be useful, 14 * The above copyright notice and this permission notice shall be included in
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * all copies or substantial portions of the Software.
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 * 16 *
17 * You should have received a copy of the GNU Lesser General Public 17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * License along with dlfcn-win32; if not, write to the Free Software 18 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23 * THE SOFTWARE.
20 */ 24 */
21 25
22#ifdef _DEBUG 26#ifdef _DEBUG