RICHEDIT: Add missing definition to richedit.h

Phil Krylov phil at newstar.rinet.ru
Mon Mar 14 09:44:35 CST 2005


ChangeLog:

Added missing PFA_JUSTIFY definition to richedit.h.

Patch:

--- richedit.h  9 Mar 2005 12:39:15 -0000       1.22
+++ richedit.h  14 Mar 2005 15:32:42 -0000
@@ -603,6 +603,7 @@
 #define PFA_LEFT              0x00000001
 #define PFA_RIGHT             0x00000002
 #define PFA_CENTER            0x00000003
+#define PFA_JUSTIFY           0x00000004
 
 /* streaming flags */
 #define SFF_PWD               0x00000800



More information about the wine-patches mailing list