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

Side by Side Diff: Source/wtf/os-win32/inttypes.h

Issue 14238015: Move Source/WTF/wtf to Source/wtf (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // ISO C9x compliant inttypes.h for Microsoft Visual Studio 1 // ISO C9x compliant inttypes.h for Microsoft Visual Studio
2 // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 2 // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124
3 // 3 //
4 // Copyright (c) 2006 Alexander Chemeris 4 // Copyright (c) 2006 Alexander Chemeris
5 // 5 //
6 // Redistribution and use in source and binary forms, with or without 6 // Redistribution and use in source and binary forms, with or without
7 // modification, are permitted provided that the following conditions are met: 7 // modification, are permitted provided that the following conditions are met:
8 // 8 //
9 // 1. Redistributions of source code must retain the above copyright notice, 9 // 1. Redistributions of source code must retain the above copyright notice,
10 // this list of conditions and the following disclaimer. 10 // this list of conditions and the following disclaimer.
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 #else 257 #else
258 # define SCNoPTR "lo" 258 # define SCNoPTR "lo"
259 # define SCNuPTR "lu" 259 # define SCNuPTR "lu"
260 # define SCNxPTR "lx" 260 # define SCNxPTR "lx"
261 # define SCNXPTR "lX" 261 # define SCNXPTR "lX"
262 #endif 262 #endif
263 263
264 #endif 264 #endif
265 265
266 #endif 266 #endif
OLDNEW
« Source/config.h ('K') | « Source/wtf/dtoa/utils.h ('k') | Source/wtf/os-win32/stdbool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698