Fixing typos, cleaning up some fixes, updated file header version/dates.

This commit is contained in:
waltje
2018-02-22 02:53:55 -05:00
parent 20414c5ba8
commit 9116f48ac3
43 changed files with 98 additions and 115 deletions

View File

@@ -8,7 +8,7 @@
*
* Implement threads and mutexes for the Win32 platform.
*
* Version: @(#)win_thread.c 1.0.1 2018/02/14
* Version: @(#)win_thread.c 1.0.2 2018/02/21
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Sarah Walker, <tommowalker@tommowalker.co.uk>
@@ -35,11 +35,9 @@
* USA.
*/
#define UNICODE
#define BITMAP WINDOWS_BITMAP
#include <windows.h>
#include <windowsx.h>
#include <process.h>
#undef BITMAP
#include <stdio.h>
#include <stdint.h>
#include <string.h>