dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/coremul corwin32.h,1.1,1.2


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/coremul corwin32.h,1.1,1.2
Date: Thu, 13 Feb 2003 01:52:31 -0500

Update of /cvsroot/dotgnu-pnet/pnet/coremul
In directory subversions:/tmp/cvs-serv9445/coremul

Modified Files:
        corwin32.h 
Log Message:


Comment out inclusion of <wchar.h> because not all platforms have it.


Index: corwin32.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/coremul/corwin32.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** corwin32.h  13 Feb 2003 05:24:44 -0000      1.1
--- corwin32.h  13 Feb 2003 06:52:27 -0000      1.2
***************
*** 41,45 ****
  #include <stdio.h>
  #include <stddef.h>
! #include <wchar.h>
  
  /*
--- 41,45 ----
  #include <stdio.h>
  #include <stddef.h>
! /*#include <wchar.h> -- not present on all platforms (TODO - fix later) */
  
  /*
***************
*** 156,160 ****
  typedef unsigned char BYTE, *PBYTE, *LPBYTE;
  typedef unsigned char UCHAR, *PUCHAR, *LPUCHAR;
! typedef wchar_t                       WCHAR, *PWCHAR, *LPWCHAR, *PWCH, *LPWCH;
  #ifdef UNICODE
  typedef WCHAR                 TCHAR, _TCHAR;
--- 156,160 ----
  typedef unsigned char BYTE, *PBYTE, *LPBYTE;
  typedef unsigned char UCHAR, *PUCHAR, *LPUCHAR;
! typedef unsigned short        WCHAR, *PWCHAR, *LPWCHAR, *PWCH, *LPWCH;
  #ifdef UNICODE
  typedef WCHAR                 TCHAR, _TCHAR;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]