Home | History | Annotate | Download | only in gregbook

Lines Matching full:compilerid

92             int compilerID;
94 PNG_SELECT_READ | PNG_SELECT_WRITE, &compilerID);
98 png_libpng_ver, compilerID == 1? "MSVC++" :
99 (compilerID == 2? "GNU C" : "unknown"));
249 * PNG_SELECT_READ | PNG_SELECT_WRITE, &compilerID);
255 * PNG_SELECT_READ | PNG_SELECT_WRITE, &compilerID);
274 int compilerID;
295 &compilerID);
299 compilerID == 1? "MSVC++" :
300 (compilerID == 2? "GNU C" : "unknown"));