XP_PC obselete

Christopher Seawood <[email protected]> Thu, 03 Apr 2003 15:44:40 -0800
Newsgroups gmane.comp.mozilla.devel.windows,gmane.comp.mozilla.builds,gmane.comp.mozilla.devel.os2
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
The use of the XP_PC define has been declared obsolete and its use has 
been removed from the main Mozilla trunk.  Any new code attempting to 
use this define will not compile.  XP_PC has been deprecated for some 
time now as people were misusing it as a win32 only define and others 
thought it meant intel only (_X86_).  Use XP_WIN for MS Windows specific 
code.  There is also XP_WIN32 for win32 specific variants.

- cls