mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
18 lines
291 B
C
18 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"
|
|
|