Changeset 62491 in vbox for trunk/src/VBox
- Timestamp:
- Jul 22, 2016 6:42:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp
r62490 r62491 3 3 * VBoxDrvCfg.cpp - Windows Driver Manipulation API implementation 4 4 */ 5 5 6 /* 6 7 * Copyright (C) 2011-2016 Oracle Corporation … … 14 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 16 */ 17 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 16 22 #include <VBox/VBoxDrvCfg-win.h> 17 23 … … 27 33 #include <Newdev.h> 28 34 35 36 /********************************************************************************************************************************* 37 * Global Variables * 38 *********************************************************************************************************************************/ 29 39 static PFNVBOXDRVCFG_LOG g_pfnVBoxDrvCfgLog; 30 40 static void *g_pvVBoxDrvCfgLog;
Note:
See TracChangeset
for help on using the changeset viewer.