2011-03-25 21:42:48 +00:00
|
|
|
#ifndef STRSAFE_NO_DEPRECATE
|
|
|
|
#define STRSAFE_NO_DEPRECATE
|
|
|
|
#endif
|
|
|
|
|
2006-11-08 11:47:44 +00:00
|
|
|
#include <assert.h>
|
|
|
|
#include <stdio.h>
|
2013-01-24 23:00:42 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
#include <winnls.h>
|
|
|
|
#include <winreg.h>
|
|
|
|
#include <wingdi.h>
|
|
|
|
#include <shellapi.h>
|
2006-11-08 11:47:44 +00:00
|
|
|
#include <commdlg.h>
|
|
|
|
#include <commctrl.h>
|
|
|
|
#include <tchar.h>
|
2007-10-09 08:53:25 +00:00
|
|
|
#include <malloc.h>
|
2011-02-22 09:59:49 +00:00
|
|
|
#include <strsafe.h>
|
2006-11-08 11:47:44 +00:00
|
|
|
|
|
|
|
#include "main.h"
|
|
|
|
#include "dialog.h"
|