mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Fixes for non unicode build See issue #2711 for more details. svn path=/trunk/; revision=29466
13 lines
204 B
C
13 lines
204 B
C
#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 "main.h"
|
|
#include "dialog.h"
|
|
|