mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[RAPPS] Fix build.
svn path=/trunk/; revision=66816
This commit is contained in:
parent
d0f22842dc
commit
9f9195a622
4 changed files with 3 additions and 3 deletions
|
@ -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) \
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
*/
|
||||
|
||||
#include "rapps.h"
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
/* SESSION Operation */
|
||||
#define EXTRACT_FILLFILELIST 0x00000001
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include <shlwapi.h>
|
||||
#include <stdio.h>
|
||||
#include <strsafe.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
#include <rappsmsg.h>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue