Changeset 69358 in vbox for trunk/src/VBox/Additions/WINNT/tools
- Timestamp:
- Oct 26, 2017 2:43:27 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118682
- Location:
- trunk/src/VBox/Additions/WINNT/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/tools/Makefile.kmk
r69111 r69358 4 4 # 5 5 6 # 6 7 # Copyright (C) 2012-2017 Oracle Corporation 7 8 # -
trunk/src/VBox/Additions/WINNT/tools/VBoxCertUtil.cpp
r67935 r69358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #include <iprt/win/windows.h> 23 23 #include <Wincrypt.h> … … 35 35 36 36 37 /******************************************************************************* 38 * Global Variables *39 ******************************************************************************* /37 /********************************************************************************************************************************* 38 * Global Variables * 39 *********************************************************************************************************************************/ 40 40 /** The verbosity level. */ 41 41 static unsigned g_cVerbosityLevel = 1;
Note:
See TracChangeset
for help on using the changeset viewer.