Changeset 70360 in vbox for trunk/src/VBox/Runtime/r3/win/vcc100-ntdll-fakes.cpp
- Timestamp:
- Dec 27, 2017 4:57:22 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/vcc100-ntdll-fakes.cpp
r69111 r70360 45 45 static decltype(ApiNm) *s_pfnApi = NULL; \ 46 46 decltype(ApiNm) *pfnApi; \ 47 if ( !s_fInitialized) \47 if (s_fInitialized) \ 48 48 pfnApi = s_pfnApi; \ 49 49 else \
Note:
See TracChangeset
for help on using the changeset viewer.