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

Unified Diff: src/shared/platform/win/nacl_host_dir_types.h

Issue 195393003: Enable syscall_test on windows. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 9 months 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 | « src/shared/platform/win/nacl_host_desc.c ('k') | tests/syscalls/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/platform/win/nacl_host_dir_types.h
diff --git a/src/shared/platform/win/nacl_host_dir_types.h b/src/shared/platform/win/nacl_host_dir_types.h
index 41d5f7c7dfb546310d33ae9dca6dee8d3a16d13d..ef5204c8a57fb1be0f10ba0e45a418049c90a917 100644
--- a/src/shared/platform/win/nacl_host_dir_types.h
+++ b/src/shared/platform/win/nacl_host_dir_types.h
@@ -25,7 +25,7 @@ struct NaClHostDir {
/*
* The data found from the previous call is in this slot.
*/
- WIN32_FIND_DATA find_data;
+ WIN32_FIND_DATAW find_data;
/*
* Monotonic count returned in dirents.
*/
« no previous file with comments | « src/shared/platform/win/nacl_host_desc.c ('k') | tests/syscalls/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698