chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] C_WINDOWS_DLL never defined


From: Brandon J. Van Every
Subject: [Chicken-users] C_WINDOWS_DLL never defined
Date: Wed, 15 Feb 2006 13:24:02 -0800
User-agent: Thunderbird 1.5 (Windows/20051201)

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);
#endif

However, I find no code or build files that ever set C_WINDOWS_DLL. Is this vestigial, or a bug?

Cheers,
Brandon Van Every





reply via email to

[Prev in Thread] Current Thread [Next in Thread]