comparison os2/dw.c @ 1316:3475887f9445

Fixed tabs inserted by my editor on OS/2 again.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 04 Nov 2011 23:58:01 +0000
parents 9c585eaacb22
children 3f1ac800bf65
comparison
equal deleted inserted replaced
1315:9c585eaacb22 1316:3475887f9445
4759 tempid++; 4759 tempid++;
4760 id = tempid; 4760 id = tempid;
4761 4761
4762 if(tempid > 65500) 4762 if(tempid > 65500)
4763 tempid = 61000; 4763 tempid = 61000;
4764 } 4764 }
4765 /* Special internal case */ 4765 /* Special internal case */
4766 else if(id > 60000 && check == -1) 4766 else if(id > 60000 && check == -1)
4767 { 4767 {
4768 check = 0; 4768 check = 0;
4769 } 4769 }
4770 /* Second pool is larger for more static windows */ 4770 /* Second pool is larger for more static windows */
4771 else if(!id || id >= 30000) 4771 else if(!id || id >= 30000)
4772 { 4772 {
4773 static ULONG menuid = 30000; 4773 static ULONG menuid = 30000;
4774 4774