[RAPPS] Fix build.

svn path=/trunk/; revision=66816
This commit is contained in:
Amine Khaldi 2015-03-19 19:43:57 +00:00
parent d0f22842dc
commit 9f9195a622
4 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,6 @@
* Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
*/
#include <ndk/rtlfuncs.h>
#include "rapps.h"
#define ADD_TEXT(a, b, c, d) \

View file

@ -8,7 +8,6 @@
*/
#include "rapps.h"
#include <ndk/rtlfuncs.h>
/* SESSION Operation */
#define EXTRACT_FILLFILELIST 0x00000001

View file

@ -20,6 +20,7 @@
#include <shlwapi.h>
#include <stdio.h>
#include <strsafe.h>
#include <ndk/rtlfuncs.h>
#include <rappsmsg.h>

View file

@ -7,9 +7,10 @@
* Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
*/
#include <shellapi.h>
#include "rapps.h"
#include <shellapi.h>
#define SEARCH_TIMER_ID 'SR'
HWND hMainWnd;