http://v8.googlecode.com/svn/trunk/include/v8.h
#include <stdio.h> #ifdef _WIN32 typedef int int32_t; typedef unsigned int uint32_t;
「そーだよねー、『#ifdef _WIN32』だよねー」とか思ってしまった。
あのへんのマクロって何が多数派なんだろう?
やっぱり厳密に使い分けてるのかなー?
http://v8.googlecode.com/svn/trunk/include/v8.h
#include <stdio.h> #ifdef _WIN32 typedef int int32_t; typedef unsigned int uint32_t;
「そーだよねー、『#ifdef _WIN32』だよねー」とか思ってしまった。
あのへんのマクロって何が多数派なんだろう?
やっぱり厳密に使い分けてるのかなー?