mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:55:48 +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)
|
* Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <ndk/rtlfuncs.h>
|
|
||||||
#include "rapps.h"
|
#include "rapps.h"
|
||||||
|
|
||||||
#define ADD_TEXT(a, b, c, d) \
|
#define ADD_TEXT(a, b, c, d) \
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "rapps.h"
|
#include "rapps.h"
|
||||||
#include <ndk/rtlfuncs.h>
|
|
||||||
|
|
||||||
/* SESSION Operation */
|
/* SESSION Operation */
|
||||||
#define EXTRACT_FILLFILELIST 0x00000001
|
#define EXTRACT_FILLFILELIST 0x00000001
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
#include <shlwapi.h>
|
#include <shlwapi.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <strsafe.h>
|
#include <strsafe.h>
|
||||||
|
#include <ndk/rtlfuncs.h>
|
||||||
|
|
||||||
#include <rappsmsg.h>
|
#include <rappsmsg.h>
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,10 @@
|
||||||
* Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
|
* Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <shellapi.h>
|
|
||||||
#include "rapps.h"
|
#include "rapps.h"
|
||||||
|
|
||||||
|
#include <shellapi.h>
|
||||||
|
|
||||||
#define SEARCH_TIMER_ID 'SR'
|
#define SEARCH_TIMER_ID 'SR'
|
||||||
|
|
||||||
HWND hMainWnd;
|
HWND hMainWnd;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue