Fixed make depend
This commit is contained in:
parent
cad17ff708
commit
114d9d18fb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue