- Timestamp:
- Sep 23, 2016 11:54:20 AM (8 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r63966 r63969 340 340 $(LIB_DDU) 341 341 342 VBoxSVC_SDKS = VBOX_LIBPNG VBOX_ZLIB VBOX_OPENSSL342 VBoxSVC_SDKS = VBOX_LIBPNG VBOX_ZLIB 343 343 VBoxSVC_LIBS.solaris = \ 344 344 adm \ -
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r63653 r63969 44 44 #include <list> 45 45 46 #include <openssl/rand.h>47 46 48 47 typedef std::list<Guid> GuidList;
Note:
See TracChangeset
for help on using the changeset viewer.