Changeset 76557 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Jan 1, 2019 2:37:24 AM (6 years ago)
- Location:
- trunk/src/VBox/Runtime/include/internal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/path.h
r76553 r76557 135 135 136 136 137 #if defined(RT_OS_WINDOWS) && defined( ___iprt_fs_h) && defined(UNICODE_NULL)137 #if defined(RT_OS_WINDOWS) && defined(IPRT_INCLUDED_fs_h) && defined(UNICODE_NULL) 138 138 DECLHIDDEN(int) rtPathNtQueryInfoWorker(HANDLE hRootDir, struct _UNICODE_STRING *pNtName, PRTFSOBJINFO pObjInfo, 139 139 RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags, const char *pszPath); -
trunk/src/VBox/Runtime/include/internal/thread.h
r76553 r76557 262 262 #endif 263 263 264 #ifdef ___iprt_asm_h264 #ifdef IPRT_INCLUDED_asm_h 265 265 266 266 /**
Note:
See TracChangeset
for help on using the changeset viewer.