[PSDK]
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 2 Apr 2010 11:03:53 +0000 (11:03 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 2 Apr 2010 11:03:53 +0000 (11:03 +0000)
- winddiui.h : Fix compstui.h inclusion.

svn path=/branches/header-work/; revision=46674

include/psdk/winddiui.h

index 8105285..bb59694 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef __WINE_WINDDIUI_H
 #define __WINE_WINDDIUI_H
 
-#include <ddk/compstui.h>
+#include <compstui.h>
 
 #ifdef __cplusplus
 extern "C" {