/[rdesktop]/sourceforge.net/trunk/rdesktop/rdesktop.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdesktop.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 842 by stargo, Wed Mar 9 22:41:12 2005 UTC revision 854 by jsorg71, Sun Mar 13 08:10:30 2005 UTC
# Line 80  Line 80 
80    
81  /* No need for alignment on x86 and amd64 */  /* No need for alignment on x86 and amd64 */
82  #if !defined(NEED_ALIGN)  #if !defined(NEED_ALIGN)
83  #if !(defined(__x86__) || defined(__x86_64__) || defined(__AMD64__))  #if !(defined(__x86__) || defined(__x86_64__) || \
84          defined(__AMD64__) || defined(_M_IX86))
85  #define NEED_ALIGN  #define NEED_ALIGN
86  #endif  #endif
87  #endif  #endif

Legend:
Removed from v.842  
changed lines
  Added in v.854

  ViewVC Help
Powered by ViewVC 1.1.26