diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-02-04 21:29:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-02-04 21:29:44 (GMT) |
commit | e11501e82c5daaf3f89f915d6df764823e9edb86 (patch) | |
tree | 27aa16db63221bf4c25fc159f185343f71c9d838 /unix | |
parent | 9901c4812ae35bda160641378fab124f87238b96 (diff) | |
download | tcl-e11501e82c5daaf3f89f915d6df764823e9edb86.zip tcl-e11501e82c5daaf3f89f915d6df764823e9edb86.tar.gz tcl-e11501e82c5daaf3f89f915d6df764823e9edb86.tar.bz2 |
remove duplicate declaration
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixInit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 11a65707..7e0b19a 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -38,7 +38,6 @@ DLLIMPORT extern __stdcall void *LoadLibraryW(const void *); DLLIMPORT extern __stdcall void FreeLibrary(void *); DLLIMPORT extern __stdcall void *GetProcAddress(void *, const char *); DLLIMPORT extern __stdcall void GetSystemInfo(void *); -DLLIMPORT extern __stdcall void GetSystemInfo(void *); #define NUMPLATFORMS 4 static const char *const platforms[NUMPLATFORMS] = { |