UsbDkHelper: Introduce UUID generator (CGuid class)

Signed-off-by: Kirill Moizik <kirill@daynix.com>
Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
This commit is contained in:
Kirill Moizik 2015-03-15 16:56:52 +02:00 committed by Dmitry Fleytman
parent 142d173313
commit 82dc647a24
8 changed files with 96 additions and 18 deletions

View file

@ -29,9 +29,9 @@
#include <tchar.h>
#include <assert.h>
#include <windows.h>
#include <tstrings.h>
#include <cfgmgr32.h>
#include <shlwapi.h>
#include <rpc.h>
#ifndef _USING_V110_SDK71_
#include <usbspec.h>
@ -39,4 +39,6 @@
#include "UsbDkCompat.h"
#endif
#include "tstrings.h"
// TODO: reference additional headers your program requires here