changeset 64:aace3301c8d1

Fixed misspelled function name in _WIN32 section 'Internal_PlatformPlatformGetThreadID' (looks like search & replace bug). Thanks to Johnson Lin reporting this issue! Johnson Lin < arch . jslin - at - gmail . com >
author Eric Wing <ewing . public |-at-| gmail . com>
date Tue, 19 Jun 2012 00:33:00 -0700
parents 8063b19bd40e
children 20a687a4d4e0
files Isolated/tErrorLib.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Isolated/tErrorLib.c	Tue Jun 19 00:31:36 2012 -0700
+++ b/Isolated/tErrorLib.c	Tue Jun 19 00:33:00 2012 -0700
@@ -59,7 +59,7 @@
 				(HANDLE)mutex
 			);
 		}
-		size_t Internal_PlatformPlatformGetThreadID(void)
+		size_t Internal_PlatformGetThreadID(void)
 		{
 			return((size_t)GetCurrentThreadId());
 		}