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

Unified Diff: runtime/bin/file.h

Issue 10916081: Add secure sockets to dart:io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Switch to system of patched libraries in dart:io for new TlsSocket class. Created 8 years, 2 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
Index: runtime/bin/file.h
diff --git a/runtime/bin/file.h b/runtime/bin/file.h
index 4fbd9cf7d98a47230f5847f5a4e2e57957a142fc..1e5df5fa44e784c44afc91a6f6d6a34e1175e2dd 100644
--- a/runtime/bin/file.h
+++ b/runtime/bin/file.h
@@ -5,13 +5,6 @@
#ifndef BIN_FILE_H_
#define BIN_FILE_H_
-#if defined(_WIN32)
-typedef signed __int64 int64_t;
-typedef unsigned __int8 uint8_t;
-#else
-#include <stdint.h>
-#endif
-
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

Powered by Google App Engine
This is Rietveld 408576698