Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2032)

Unified Diff: src/pkg/runtime/windows/os.h

Issue 4960057: code review 4960057: runtime: implement pprof support for windows (Closed)
Patch Set: diff -r b80728111ff9 https://go.googlecode.com/hg/ Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/pkg/runtime/windows/os.h
===================================================================
--- a/src/pkg/runtime/windows/os.h
+++ b/src/pkg/runtime/windows/os.h
@@ -13,8 +13,8 @@
void runtime·asmstdcall(void *c);
void *runtime·stdcall(void *fn, int32 count, ...);
-uintptr runtime·getlasterror(void);
-void runtime·setlasterror(uintptr err);
+uint32 runtime·getlasterror(void);
+void runtime·setlasterror(uint32 err);
// Function to be called by windows CreateThread
// to start new os thread.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b