Changeset 56729 in webkit for trunk/JavaScriptCore/os-win32
- Timestamp:
- Mar 29, 2010, 10:31:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/os-win32/stdint.h
r56528 r56729 62 62 CASSERT(sizeof(int32_t) == 4, int32_t_is_four_bytes) 63 63 CASSERT(sizeof(uint32_t) == 4, uint32_t_is_four_bytes) 64 CASSERT(sizeof(int64_t) == 8, int64_t_is_ four_bytes)65 CASSERT(sizeof(uint64_t) == 8, uint64_t_is_ four_bytes)64 CASSERT(sizeof(int64_t) == 8, int64_t_is_eight_bytes) 65 CASSERT(sizeof(uint64_t) == 8, uint64_t_is_eight_bytes) 66 66 67 67 #endif
Note:
See TracChangeset
for help on using the changeset viewer.