Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2145)

Unified Diff: dart/runtime/bin/process_win.cc

Issue 11571062: Version 0.2.9.8.9 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dart/tools/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/bin/process_win.cc
===================================================================
--- dart/runtime/bin/process_win.cc (revision 16322)
+++ dart/runtime/bin/process_win.cc (working copy)
@@ -338,7 +338,7 @@
static bool EnsureInitialized() {
static bool load_attempted = false;
static dart::Mutex mutex;
- HMODULE kernel32_module = GetModuleHandle(L"kernel32.dll");
+ HMODULE kernel32_module = GetModuleHandleW(L"kernel32.dll");
if (!load_attempted) {
MutexLocker locker(&mutex);
if (load_attempted) return delete_proc_thread_attr_list != NULL;
« no previous file with comments | « no previous file | dart/tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698