#ifdef WNT #define COMMANDCLASS "COMMANDWINDOW" #define COMMANDTITLE "Command Window" HWND CreateCommandWindow(HWND, int); LONG APIENTRY CommandProc(HWND, UINT, WPARAM, LONG); BOOL CommandCreateProc(HWND); VOID CommandDestroyProc(HWND); BOOL CommandHandler(HWND, WPARAM, LPARAM); #include #include #include #include //#include #include #endif