diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index fe3bbde167c..6accf2224c5 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -262,7 +262,7 @@ static int disable_itimers; | |||
| 262 | 262 | ||
| 263 | static CRITICAL_SECTION crit_real, crit_prof; | 263 | static CRITICAL_SECTION crit_real, crit_prof; |
| 264 | 264 | ||
| 265 | /* GetThreadTimes is not available on Windows 9X and posibly also on 2K. */ | 265 | /* GetThreadTimes is not available on Windows 9X and possibly also on 2K. */ |
| 266 | typedef BOOL (WINAPI *GetThreadTimes_Proc) ( | 266 | typedef BOOL (WINAPI *GetThreadTimes_Proc) ( |
| 267 | HANDLE hThread, | 267 | HANDLE hThread, |
| 268 | LPFILETIME lpCreationTime, | 268 | LPFILETIME lpCreationTime, |