Commit 114d9d18 authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed make depend

parent cad17ff7
...@@ -43,13 +43,13 @@ ...@@ -43,13 +43,13 @@
* LISTVIEW_RefreshIcon : large icon draw function * LISTVIEW_RefreshIcon : large icon draw function
*/ */
#include <string.h>
#include "windows.h" #include "windows.h"
#include "commctrl.h" #include "commctrl.h"
#include "listview.h" #include "listview.h"
#include "win.h" #include "win.h"
#include "debug.h" #include "debug.h"
#include "winuser.h" #include "winuser.h"
#include "string.h"
/* constants */ /* constants */
#define DISP_TEXT_SIZE 128 #define DISP_TEXT_SIZE 128
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment