summaryrefslogtreecommitdiff
path: root/UsbDkController
diff options
context:
space:
mode:
authorKirill Moizik <kirill@daynix.com>2015-03-15 16:56:52 +0200
committerDmitry Fleytman <dfleytma@redhat.com>2015-03-23 13:24:00 +0200
commit82dc647a24f308b46f62a2d8685a5ca7cf3fbd4a (patch)
tree36f75d312b230d02ec6024fd69405f385675433b /UsbDkController
parent142d173313bdad7904689079de04b82eb0790364 (diff)
UsbDkHelper: Introduce UUID generator (CGuid class)
Signed-off-by: Kirill Moizik <kirill@daynix.com> Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
Diffstat (limited to 'UsbDkController')
-rw-r--r--UsbDkController/stdafx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/UsbDkController/stdafx.h b/UsbDkController/stdafx.h
index 781d990..168131f 100644
--- a/UsbDkController/stdafx.h
+++ b/UsbDkController/stdafx.h
@@ -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