diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-02-04 21:29:44 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-02-04 21:29:44 (GMT) |
commit | 9abcd2c1f79455ad3e0a0ec6ce421d40a3dd0a98 (patch) | |
tree | 27aa16db63221bf4c25fc159f185343f71c9d838 /unix/tclUnixInit.c | |
parent | 76f8b9c605960f9c458d0275026137beb2aee91e (diff) | |
download | tcl-9abcd2c1f79455ad3e0a0ec6ce421d40a3dd0a98.zip tcl-9abcd2c1f79455ad3e0a0ec6ce421d40a3dd0a98.tar.gz tcl-9abcd2c1f79455ad3e0a0ec6ce421d40a3dd0a98.tar.bz2 |
remove duplicate declaration
Diffstat (limited to 'unix/tclUnixInit.c')
-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] = { |