Diff for /np2/wince/gx/gx.cpp between versions 1.5 and 1.6

version 1.5, 2004/07/15 13:48:40 version 1.6, 2005/02/11 21:17:23
Line 48  enum { Line 48  enum {
 };  };
   
 #if defined(_WIN32_WCE)  #if defined(_WIN32_WCE)
 static const TCHAR taskbarclass[] = STRLITERAL("HHTaskBar");  static const TCHAR taskbarclass[] = _T("HHTaskBar");
 #else  #else
 static const TCHAR taskbarclass[] = STRLITERAL("Shell_TrayWnd");  static const TCHAR taskbarclass[] = _T("Shell_TrayWnd");
 #endif  #endif
   
   

Removed from v.1.5  
changed lines
  Added in v.1.6


RetroPC.NET-CVS <cvs@retropc.net>