Lines Matching defs:compilerID
74 int compilerID;
76 PNG_SELECT_READ | PNG_SELECT_WRITE, &compilerID);
80 png_libpng_ver, compilerID == 1? "MSVC++" :
81 (compilerID == 2? "GNU C" : "unknown"));
228 * PNG_SELECT_READ | PNG_SELECT_WRITE, &compilerID);
234 * PNG_SELECT_READ | PNG_SELECT_WRITE, &compilerID);
253 int compilerID;
274 &compilerID);
278 compilerID == 1? "MSVC++" :
279 (compilerID == 2? "GNU C" : "unknown"));