Got this error in main-win.c: unknown symbol AC_SRC_NO_PREMULT_ALPHA.
Looking at wingdi.h, both AC_SRC_ALPHA and AC_SRC_OVER symbols are defined, but not AC_SRC_NO_PREMULT_ALPHA.
Any idea what to do? Define AC_SRC_NO_PREMULT_ALPHA manually? With which value? Use AC_SRC_ALPHA instead?
Looking at wingdi.h, both AC_SRC_ALPHA and AC_SRC_OVER symbols are defined, but not AC_SRC_NO_PREMULT_ALPHA.
Any idea what to do? Define AC_SRC_NO_PREMULT_ALPHA manually? With which value? Use AC_SRC_ALPHA instead?
Comment