Changeset 95547 in vbox for trunk/src/VBox/Runtime/win/errmsgwin.cpp
- Timestamp:
- Jul 7, 2022 9:28:35 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/win/errmsgwin.cpp
r93115 r95547 57 57 * Global Variables * 58 58 *********************************************************************************************************************************/ 59 #ifdef IPRT_ ERRMSG_DEFINES_ONLY59 #ifdef IPRT_NO_ERROR_DATA 60 60 /* Cook data just for VINF_SUCCESS so that code below compiles fine. */ 61 61 static const char g_achWinStrTabData[] = { "ERROR_SUCCESS" };
Note:
See TracChangeset
for help on using the changeset viewer.