checkpoint. more conversion to automake.

This commit is contained in:
crs
2002-06-19 11:23:49 +00:00
parent f85457c49f
commit 9c7e863d77
31 changed files with 328 additions and 270 deletions

View File

@@ -402,9 +402,9 @@ CClient::runSession(void*)
}
// FIXME -- use factory to create screen
#if defined(CONFIG_PLATFORM_WIN32)
#if WINDOWS_LIKE
#include "CMSWindowsSecondaryScreen.h"
#elif defined(CONFIG_PLATFORM_UNIX)
#elif UNIX_LIKE
#include "CXWindowsSecondaryScreen.h"
#endif
void
@@ -426,9 +426,9 @@ CClient::openSecondaryScreen()
// open screen
log((CLOG_DEBUG1 "creating secondary screen"));
#if defined(CONFIG_PLATFORM_WIN32)
#if WINDOWS_LIKE
m_screen = new CMSWindowsSecondaryScreen;
#elif defined(CONFIG_PLATFORM_UNIX)
#elif UNIX_LIKE
m_screen = new CXWindowsSecondaryScreen;
#endif
log((CLOG_DEBUG1 "opening secondary screen"));