Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIN32 is defined by windows.h. _WIN32 is defined by the compiler. Fix the che... | maruel@chromium.org | 2009-02-09 | 1 | -1/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Detect linux with '__linux__' since 'linux' is not defined with -ansi. | deanm@google.com | 2008-08-14 | 1 | -1/+1 |
* | Add defines for the size of wchar_t to build_config.h. Use this in places whe... | brettw@google.com | 2008-08-07 | 1 | -0/+10 |
* | Add process information (ARCH_CPU_*) to build_config.h. | deanm@google.com | 2008-08-05 | 1 | -2/+28 |
* | OS_WINDOWS conflicted with a macro in Windows' shlwapi.h, use OS_WIN | mmentovai@google.com | 2008-08-04 | 1 | -1/+1 |
* | Provide OS_ and COMPILER_ macros for OS and compiler differentiation | mmentovai@google.com | 2008-08-04 | 1 | -0/+57 |