[ros-diffs] [janderwald] 43039: - Fix typo

janderwald at svn.reactos.org janderwald at svn.reactos.org
Sun Sep 13 23:10:33 CEST 2009


Author: janderwald
Date: Sun Sep 13 23:10:33 2009
New Revision: 43039

URL: http://svn.reactos.org/svn/reactos?rev=43039&view=rev
Log:
- Fix typo

Modified:
    trunk/reactos/include/psdk/ks.h

Modified: trunk/reactos/include/psdk/ks.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ks.h?rev=43039&r1=43038&r2=43039&view=diff
==============================================================================
--- trunk/reactos/include/psdk/ks.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/ks.h [iso-8859-1] Sun Sep 13 23:10:33 2009
@@ -82,7 +82,7 @@
 
 #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




More information about the Ros-diffs mailing list