summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usbclerk.cpp2
-rw-r--r--usbclerk.h (renamed from usbcommon.h)4
-rw-r--r--usbclerk.vcproj2
-rw-r--r--usbclerktest.cpp2
-rw-r--r--usbclerktest.vcproj2
5 files changed, 6 insertions, 6 deletions
diff --git a/usbclerk.cpp b/usbclerk.cpp
index ec2d70d..206310e 100644
--- a/usbclerk.cpp
+++ b/usbclerk.cpp
@@ -2,7 +2,7 @@
#include <stdio.h>
#include <string.h>
#include <tchar.h>
-#include "usbcommon.h"
+#include "usbclerk.h"
#include "libwdi.h"
#include "vdlog.h"
diff --git a/usbcommon.h b/usbclerk.h
index 7ef6377..de6876b 100644
--- a/usbcommon.h
+++ b/usbclerk.h
@@ -1,5 +1,5 @@
-#ifndef _H_USBCOMMON
-#define _H_USBCOMMON
+#ifndef _H_USBCLERK
+#define _H_USBCLERK
#include <windows.h>
diff --git a/usbclerk.vcproj b/usbclerk.vcproj
index 0a10c9a..036d761 100644
--- a/usbclerk.vcproj
+++ b/usbclerk.vcproj
@@ -343,7 +343,7 @@
>
</File>
<File
- RelativePath=".\usbcommon.h"
+ RelativePath=".\usbclerk.h"
>
</File>
<File
diff --git a/usbclerktest.cpp b/usbclerktest.cpp
index cdff143..7cd0f90 100644
--- a/usbclerktest.cpp
+++ b/usbclerktest.cpp
@@ -1,6 +1,6 @@
#include <stdio.h>
#include <tchar.h>
-#include "usbcommon.h"
+#include "usbclerk.h"
int _tmain(int argc, TCHAR* argv[], TCHAR* envp[])
{
diff --git a/usbclerktest.vcproj b/usbclerktest.vcproj
index 6770bf5..281a5d4 100644
--- a/usbclerktest.vcproj
+++ b/usbclerktest.vcproj
@@ -331,7 +331,7 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
- RelativePath=".\usbcommon.h"
+ RelativePath=".\usbclerk.h"
>
</File>
</Filter>