mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
65ce146169
svn path=/branches/ros-csrss/; revision=57561
17 lines
291 B
C
17 lines
291 B
C
#ifndef STRSAFE_NO_DEPRECATE
|
|
#define STRSAFE_NO_DEPRECATE
|
|
#endif
|
|
|
|
#include <assert.h>
|
|
#include <stdio.h>
|
|
#include <windows.h>
|
|
#include <commdlg.h>
|
|
#include <commctrl.h>
|
|
#include <tchar.h>
|
|
#include <richedit.h>
|
|
#include <malloc.h>
|
|
#include <strsafe.h>
|
|
|
|
#include "main.h"
|
|
#include "dialog.h"
|
|
|