runtime.c has the following snippet:
case C_fix(5): #ifdef C_GENERIC_CONSOLE return C_fix(0); #endif #ifdef C_WINDOWS_GUI return C_fix(1); #endif #ifdef C_WINDOWS_DLL return C_fix(2); #endifHowever, I find no code or build files that ever set C_WINDOWS_DLL. Is this vestigial, or a bug?
Cheers, Brandon Van Every _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
