Changeset 35152 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Dec 15, 2010 4:45:42 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68989
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp
r34962 r35152 40 40 41 41 42 int rtldrNativeLoad(const char *pszFilename, uintptr_t *phHandle, char *pszError, size_t cbError)42 int rtldrNativeLoad(const char *pszFilename, uintptr_t *phHandle, uint32_t fFlags, char *pszError, size_t cbError) 43 43 { 44 44 Assert(sizeof(*phHandle) >= sizeof(HMODULE)); 45 AssertReturn(fFlags == 0, VERR_INVALID_PARAMETER); 45 46 46 47 /*
Note:
See TracChangeset
for help on using the changeset viewer.