Changeset 91400 in vbox for trunk/src/VBox
- Timestamp:
- Sep 27, 2021 1:57:26 PM (3 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VBoxNls.h
r91398 r91400 37 37 #include "VirtualBoxTranslator.h" 38 38 39 39 40 # define DECLARE_TRANSLATION_CONTEXT(ctx) \ 40 41 struct ctx \ … … 58 59 #endif 59 60 60 /** @} */61 62 61 #endif /* !VBOX_INCLUDED_VBoxNls_h */ 63 62 -
trunk/src/VBox/Main/src-all/ExtPackUtil.cpp
r91397 r91400 40 40 #include "../include/VBoxNls.h" 41 41 42 DECLARE_TRANSLATION_CONTEXT(ExtPackUtil) ;42 DECLARE_TRANSLATION_CONTEXT(ExtPackUtil) 43 43 44 44
Note:
See TracChangeset
for help on using the changeset viewer.