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

Unified Diff: crypto/capi_util.h

Issue 1539353003: Switch to standard integer types in crypto/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 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 | « crypto/apple_keychain.h ('k') | crypto/capi_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/capi_util.h
diff --git a/crypto/capi_util.h b/crypto/capi_util.h
index 9d43293e23121c1292435c894cef00bae64dd853..69410334b0588093efba0cb3fdbd900d5c94f169 100644
--- a/crypto/capi_util.h
+++ b/crypto/capi_util.h
@@ -6,6 +6,7 @@
#define CRYPTO_CAPI_UTIL_H_
#include <windows.h>
+#include <stddef.h>
#include "crypto/crypto_export.h"
#include "crypto/wincrypt_shim.h"
« no previous file with comments | « crypto/apple_keychain.h ('k') | crypto/capi_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698