forked from sjas/adlint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* etc/conf.d/i686-mswin/traits-msvc_100.erb : Add new templates for
MSVC100 (Visual C++ 2010) on 32bit Windows. * etc/conf.d/i686-mswin/cinit-msvc_100.erb : Ditto.
- Loading branch information
Showing
4 changed files
with
400 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
Fri Feb 14 11:31:54 2014 Yutaka Yanoh <[email protected]> | ||
|
||
* etc/conf.d/i686-mswin/traits-msvc_100.erb : Add new templates for | ||
MSVC100 (Visual C++ 2010) on 32bit Windows. | ||
* etc/conf.d/i686-mswin/cinit-msvc_100.erb : Ditto. | ||
|
||
Fri Feb 7 14:54:17 2014 Yutaka Yanoh <[email protected]> | ||
|
||
* release.ga : 3.2.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* ___ ____ __ ___ _________ | ||
* / | / _ |/ / / / | / /__ __/ Source Code Static Analyzer | ||
* / /| | / / / / / / / |/ / / / AdLint - Advanced Lint | ||
* / __ |/ /_/ / /___/ / /| / / / | ||
* /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2014, OGIS-RI Co.,Ltd. | ||
* | ||
* Initial header for MSVC100 (Visual C++ 2010) generated by adlintize <%= AdLint::SHORT_VERSION %> | ||
* at <%= Time.now %>. | ||
*/ | ||
|
||
#define __TIMESTAMP__ __TIME__ | ||
#define _ATL_VER 0x1000 | ||
#define _CHAR_UNSIGNED | ||
#define __CLR_VER 12233333 | ||
#define __COUNTER__ 1 | ||
#define __FUNCDNAME__ "" | ||
#define __FUNCSIG__ "" | ||
#define __FUNCTION__ "" | ||
#define _INTEGRAL_MAX_BITS 64 | ||
#define _M_IX86 600 | ||
#define _M_IX86_FP 0 | ||
#define _MFC_VER 0x0A00 | ||
#define _MSC_BUILD 1 | ||
#define _MSC_EXTENSIONS 1 | ||
#define _MSC_FULL_VER 150020706 | ||
#define _MSC_VER 1600 | ||
#define _MT | ||
#define _WIN32 | ||
|
||
#define __identifier(keyword) ident_##keyword | ||
|
||
#define __w64 | ||
#define drv_unit_user_code | ||
#define allowed_on_typedecl | ||
#define allowed_on_parameter | ||
#define allowed_on_function | ||
|
||
#define off_t _off_t | ||
#define ino_t _ino_t | ||
|
||
typedef _Bool bool; |
Oops, something went wrong.