I get this Error \My Flyff\Official Source\_Interface\WndTaskBar.cpp(1449): error C2065: 'APP_TASKBAR1920W' : undeclared identifier
Added This
Added This
Quote:
else if( g_Option.m_nResWidth == 1920 )
{
m_nMaxSlotApplet = MAX_SLOT_APPLET;
bResult = CWndNeuz::InitDialog( g_Neuz.GetSafeHwnd(), APP_TASKBAR1920W, WBS_MANAGER | WBS_SOUND, CPoint( 0, 0 ), pWndParent );
}