c++ - Why does this don't work in visual studio 2012 (SP2) -
this should replace '*' word pointer
#define pointer * // define 8bit byte typedef unsigned short abyte; // define pointer 8bit byte typedef abyte pointer apointertobyte;
this not compile in vs2012, did compile in vs2010
ok, not sure understand this, somehow removing block of code made problem disappear.
#if !defined(__freebsd__) #include <pcrt32.h> #endif
Comments
Post a Comment