mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
24 lines
562 B
Diff
24 lines
562 B
Diff
Index: dpa.c
|
|
===================================================================
|
|
--- dpa.c (revision 25766)
|
|
+++ dpa.c (working copy)
|
|
@@ -25,6 +25,7 @@
|
|
|
|
#include "windef.h"
|
|
#include "winbase.h"
|
|
+#include "wingdi.h"
|
|
#include "winuser.h"
|
|
#include "commctrl.h"
|
|
#include "objidl.h"
|
|
Index: monthcal.c
|
|
===================================================================
|
|
--- monthcal.c (revision 25766)
|
|
+++ monthcal.c (working copy)
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#include "windef.h"
|
|
#include "winbase.h"
|
|
+#include "wingdi.h"
|
|
#include "winuser.h"
|
|
|
|
#include "commctrl.h"
|