- Fix typo
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 13 Sep 2009 21:10:33 +0000 (21:10 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 13 Sep 2009 21:10:33 +0000 (21:10 +0000)
svn path=/trunk/; revision=43039

reactos/include/psdk/ks.h

index a52afe1..b1d59b4 100644 (file)
@@ -82,7 +82,7 @@ typedef PVOID PKSWORKER;
 
 #if defined(__cplusplus) && _MSC_VER >= 1100
     #define DEFINE_GUIDSTRUCT(guid, name) struct __declspec(uuid(guid)) name
-    #define DEFINE_GUIDNAMED(name) __uidof(struct name)
+    #define DEFINE_GUIDNAMED(name) __uuidof(struct name)
 #else
     #define DEFINE_GUIDSTRUCT(guid, name) DEFINE_GUIDEX(name)
     #define DEFINE_GUIDNAMED(name) name