mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
[RAPPS]
* Move some definitions to the main header. * Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61563
This commit is contained in:
parent
6ead2b3ba8
commit
6731470ec2
9 changed files with 8 additions and 13 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
static PAPPLICATION_INFO AppInfo;
|
||||
|
||||
|
||||
static
|
||||
INT_PTR CALLBACK
|
||||
InstallDlgProc(HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lParam)
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
HWND hListView;
|
||||
BOOL bAscending = TRUE;
|
||||
|
||||
|
||||
PVOID
|
||||
ListViewGetlParam(INT Index)
|
||||
{
|
||||
|
|
|
@ -25,9 +25,6 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#define COBJMACROS
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
#include "rapps.h"
|
||||
|
||||
static PAPPLICATION_INFO AppInfo;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include "rapps.h"
|
||||
|
||||
|
||||
/* SESSION Operation */
|
||||
#define EXTRACT_FILLFILELIST 0x00000001
|
||||
#define EXTRACT_EXTRACTFILES 0x00000002
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
#include <stdarg.h>
|
||||
#define COBJMACROS
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
|
@ -10,8 +13,6 @@
|
|||
#include <winuser.h>
|
||||
#include <wincon.h>
|
||||
#include <richedit.h>
|
||||
#include <shellapi.h>
|
||||
#include <shlwapi.h>
|
||||
#include <shlobj.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
@ -8,10 +8,11 @@
|
|||
|
||||
#include "rapps.h"
|
||||
|
||||
#include <shlwapi.h>
|
||||
|
||||
HWND hRichEdit;
|
||||
PWSTR pLink = NULL;
|
||||
|
||||
|
||||
VOID
|
||||
RichEditOnLink(HWND hwnd, ENLINK *Link)
|
||||
{
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
* PROGRAMMERS: Dmitry Chapyshev (dmitry@reactos.org)
|
||||
*/
|
||||
|
||||
#define _WIN32_DCOM // For CoInitializeEx, etc...
|
||||
#include "rapps.h"
|
||||
|
||||
SETTINGS_INFO NewSettingsInfo;
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
HWND hTreeView;
|
||||
|
||||
|
||||
HTREEITEM
|
||||
TreeViewAddItem(HTREEITEM hParent, LPWSTR lpText, INT Image, INT SelectedImage, LPARAM lParam)
|
||||
{
|
||||
|
|
|
@ -8,13 +8,14 @@
|
|||
|
||||
#include "rapps.h"
|
||||
|
||||
#include <shellapi.h>
|
||||
|
||||
HWND hMainWnd;
|
||||
HINSTANCE hInst;
|
||||
HIMAGELIST hImageTreeView = NULL;
|
||||
INT SelectedEnumType = ENUM_ALL_COMPONENTS;
|
||||
SETTINGS_INFO SettingsInfo;
|
||||
|
||||
|
||||
VOID
|
||||
FillDefaultSettings(PSETTINGS_INFO pSettingsInfo)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue