2006-11-08 11:47:44 +00:00
|
|
|
#include <assert.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <windows.h>
|
|
|
|
#include <commdlg.h>
|
|
|
|
#include <commctrl.h>
|
|
|
|
#include <tchar.h>
|
|
|
|
#include <richedit.h>
|
2007-10-09 08:53:25 +00:00
|
|
|
#include <malloc.h>
|
2006-11-08 11:47:44 +00:00
|
|
|
|
|
|
|
#include "main.h"
|
|
|
|
#include "dialog.h"
|
|
|
|
|