[SystemZ] Optimize sign-extends of vector setccs
[oota-llvm.git] / lib / Support / Windows / Process.inc
index ad9412852f101f6d8b8ab48a990eea721e44a318..359b99f5131f8d971ef3c7f228e9fb2b6fd1e0a1 100644 (file)
@@ -40,7 +40,7 @@ using namespace sys;
 
 
 process::id_type self_process::get_id() {
-  return GetCurrentProcess();
+  return GetCurrentProcessId();
 }
 
 static TimeValue getTimeValueFromFILETIME(FILETIME Time) {