aboutsummaryrefslogtreecommitdiff
path: root/src/gns/w32nsp-install.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-28 09:12:17 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-28 09:12:17 +0000
commit601e24eca9012c462021ccacb04c70dffdb31264 (patch)
tree9051e4b2a8e81d40d95b8c13377300094ce01329 /src/gns/w32nsp-install.c
parent5c70099f12dca398e9e6aaab13610207982f666f (diff)
downloadgnunet-601e24eca9012c462021ccacb04c70dffdb31264.tar.gz
gnunet-601e24eca9012c462021ccacb04c70dffdb31264.zip
-licenses, dce, etc
Diffstat (limited to 'src/gns/w32nsp-install.c')
-rw-r--r--src/gns/w32nsp-install.c27
1 files changed, 26 insertions, 1 deletions
diff --git a/src/gns/w32nsp-install.c b/src/gns/w32nsp-install.c
index e5c168b6c..dcdd16a86 100644
--- a/src/gns/w32nsp-install.c
+++ b/src/gns/w32nsp-install.c
@@ -1,3 +1,28 @@
1/*
2 This file is part of GNUnet.
3 (C) 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19*/
20/**
21 * @file gns/w32nsp-install.c
22 * @brief W32 integration installer for GNS
23 * @author LRN
24 */
25
1#define INITGUID 26#define INITGUID
2#include <windows.h> 27#include <windows.h>
3#include <nspapi.h> 28#include <nspapi.h>
@@ -53,4 +78,4 @@ main (int argc, char **argv)
53 } 78 }
54 WSACleanup(); 79 WSACleanup();
55 return r; 80 return r;
56} \ No newline at end of file 81}