Changeset 16780 in webkit for trunk/JavaScriptCore/os-win32
- Timestamp:
- Oct 4, 2006, 11:36:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/os-win32/stdint.h
r13717 r16780 22 22 #define STDINT_WIN32_H 23 23 24 #include <wtf/Platform.h> 25 24 26 /* This file emulates enough of stdint.h on Windows to make JavaScriptCore and WebCore compile. */ 25 27 26 28 #if !PLATFORM(WIN_OS) 27 29 #error "This stdint.h file should only be compiled under Windows"
Note:
See TracChangeset
for help on using the changeset viewer.