You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2001/12/30 21:54:38 UTC

cvs commit: apr/include/arch/win32 misc.h

wrowe       01/12/30 12:54:38

  Modified:    include/arch/win32 misc.h
  Log:
    Outch, dropped the most essential test for Unicodeness
  
  Revision  Changes    Path
  1.36      +1 -0      apr/include/arch/win32/misc.h
  
  Index: misc.h
  ===================================================================
  RCS file: /home/cvs/apr/include/arch/win32/misc.h,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- misc.h	30 Dec 2001 20:46:22 -0000	1.35
  +++ misc.h	30 Dec 2001 20:54:38 -0000	1.36
  @@ -112,6 +112,7 @@
           APR_WIN_98 =       14,
           APR_WIN_98_SE =    16,
           APR_WIN_ME =       18,
  +        APR_WIN_NT =       30,
           APR_WIN_NT_3_5 =   35,
           APR_WIN_NT_3_51 =  36,
           APR_WIN_NT_4 =     40,