X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Flibcore%2Flc_config.h;h=a4c9027cb7bdf5b5a391a0cc9b911c219776d1c8;hb=4520b859eab8301352d6e9ecd05556796bb2a771;hp=323f5fe6769724dae2dc706a0f4155565595a738;hpb=a4ee47bd186b7384dc857e41ce0f5ac86eb30272;p=libfirm diff --git a/ir/libcore/lc_config.h b/ir/libcore/lc_config.h index 323f5fe67..a4c9027cb 100644 --- a/ir/libcore/lc_config.h +++ b/ir/libcore/lc_config.h @@ -60,12 +60,12 @@ #endif /* _WIN32 */ #if _MSC_VER <= 1200 -typedef __int16 int16; -typedef __int32 int32; -typedef __int64 int64; -typedef unsigned __int16 uint16; -typedef unsigned __int32 uint32; -typedef unsigned __int64 uint64; +typedef __int16 int16; +typedef __int32 int32; +typedef __int64 int64; +typedef unsigned __int16 uint16; +typedef unsigned __int32 uint32; +typedef unsigned __int64 uint64; #endif /* _MSC_VER <= 1200 */ /* default definitions */