- Timestamp:
- Jul 1, 2013 3:49:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r45935 r46889 4865 4865 static int supdrvIOCtl_CallServiceModule(PSUPDRVDEVEXT pDevExt, PSUPDRVSESSION pSession, PSUPCALLSERVICE pReq) 4866 4866 { 4867 #if !defined(RT_OS_WINDOWS) || defined( DEBUG)4867 #if !defined(RT_OS_WINDOWS) || defined(RT_ARCH_AMD64) || defined(DEBUG) 4868 4868 int rc; 4869 4869 … … 4910 4910 rc, pReq->u.In.uOperation, pReq->Hdr.cbOut, pReq->u.In.u64Arg, RTProcSelf(), RTThreadNativeSelf())); 4911 4911 return rc; 4912 #else /* RT_OS_WINDOWS && ! DEBUG */4912 #else /* RT_OS_WINDOWS && !RT_ARCH_AMD64 && !DEBUG */ 4913 4913 return VERR_NOT_IMPLEMENTED; 4914 #endif /* RT_OS_WINDOWS && ! DEBUG */4914 #endif /* RT_OS_WINDOWS && !RT_ARCH_AMD64 && !DEBUG */ 4915 4915 } 4916 4916
Note:
See TracChangeset
for help on using the changeset viewer.