diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-12-02 00:29:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-12-02 00:29:59 (GMT) |
commit | 52ba5ed890bb8001a39262827dd427468580ace4 (patch) | |
tree | 213c138f413eb22e0dc2103cb71ee7de1b7c9f12 /win/tkWinX.c | |
parent | 16d7449c764a6890a1d2b3c7e7a5132fd69640b3 (diff) | |
download | tk-52ba5ed890bb8001a39262827dd427468580ace4.zip tk-52ba5ed890bb8001a39262827dd427468580ace4.tar.gz tk-52ba5ed890bb8001a39262827dd427468580ace4.tar.bz2 |
Fix problems in last commit
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r-- | win/tkWinX.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c index 1ee8171..5686a5c 100644 --- a/win/tkWinX.c +++ b/win/tkWinX.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinX.c,v 1.50 2005/12/02 00:19:04 dkf Exp $ + * RCS: @(#) $Id: tkWinX.c,v 1.51 2005/12/02 00:37:20 dkf Exp $ */ /* @@ -190,7 +190,7 @@ TkGetServerInfo( */ HINSTANCE -Tk_GetHINSTANCE(vpod) +Tk_GetHINSTANCE(void) { if (tkInstance == NULL) { tkInstance = GetModuleHandle(NULL); @@ -367,7 +367,7 @@ TkWinXCleanup( */ int -TkWinGetPlatformId(vpod +TkWinGetPlatformId(void) { if (tkPlatformId == 0) { OSVERSIONINFO os; |