You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/05/16 12:08:44 UTC

svn commit: r775447 - /commons/sandbox/runtime/trunk/src/main/native/include/acr.h

Author: mturk
Date: Sat May 16 10:08:44 2009
New Revision: 775447

URL: http://svn.apache.org/viewvc?rev=775447&view=rev
Log:
Add os object type

Modified:
    commons/sandbox/runtime/trunk/src/main/native/include/acr.h

Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr.h
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/acr.h?rev=775447&r1=775446&r2=775447&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/include/acr.h (original)
+++ commons/sandbox/runtime/trunk/src/main/native/include/acr.h Sat May 16 10:08:44 2009
@@ -210,6 +210,7 @@
 typedef  wchar_t            acr_pchar_t;
 typedef  PSID               acr_uid_t;
 typedef  PSID               acr_gid_t;
+typedef  HANDLE             acr_osd_t;
 #else /* !_MSC_VER */
 typedef  ssize_t            acr_ssize_t;
 #ifdef _LP64 /* 64-bit Solaris */
@@ -229,6 +230,7 @@
 typedef  char               acr_pchar_t;
 typedef  uid_t              acr_uid_t;
 typedef  gid_t              acr_gid_t;
+typedef  int                acr_osd_t;
 #endif /* _MSC_VER */
 
 #if CC_SIZEOF_VOIDP == 8