Commit 197f4059 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

include: winres.h no longer exists in PSDK, fix winresrc.h includes.

parent a15b9fb8
...@@ -378,7 +378,6 @@ SRCDIR_INCLUDES = \ ...@@ -378,7 +378,6 @@ SRCDIR_INCLUDES = \
winnt.h \ winnt.h \
winperf.h \ winperf.h \
winreg.h \ winreg.h \
winres.h \
winresrc.h \ winresrc.h \
winscard.h \ winscard.h \
winsmcrd.h \ winsmcrd.h \
......
/*
* Copyright (C) 2000 Francois Gouget
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <winresrc.h>
#ifdef IDC_STATIC
#undef IDC_STATIC
#endif
#define IDC_STATIC (-1)
...@@ -35,10 +35,10 @@ ...@@ -35,10 +35,10 @@
#define _WIN32_WINNT 0x0500 #define _WIN32_WINNT 0x0500
#endif #endif
#include <winuser.h> /* FIXME: #include <winuser.rh> */
#include <commctrl.h> /* FIXME: #include <commctrl.rh> */
#include <dde.h> /* FIXME: #include <dde.rh> */
#include <winnt.h> /* FIXME: #include <winnt.rh> */
#include <dlgs.h> #include <dlgs.h>
#include <winver.h> #include <winver.h>
......
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include <winuser.h>
#include "clock_res.h" #include "clock_res.h"
......
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windef.h>
#include <winuser.h>
#include "wcmd.h" #include "wcmd.h"
#include "Cs.rc" #include "Cs.rc"
......
...@@ -18,7 +18,10 @@ ...@@ -18,7 +18,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include <winuser.h>
#include <dlgs.h>
#include "cmdlgtst.h" #include "cmdlgtst.h"
#include "Cs.rc" #include "Cs.rc"
......
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include "resources.h" #include "resources.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
......
...@@ -18,7 +18,9 @@ ...@@ -18,7 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include <winuser.h>
#include "resource.h" #include "resource.h"
#include "De.rc" #include "De.rc"
......
...@@ -16,7 +16,9 @@ ...@@ -16,7 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include <winuser.h>
#include "progman.h" #include "progman.h"
#include "accel.rc" #include "accel.rc"
......
...@@ -18,7 +18,9 @@ ...@@ -18,7 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include "windows.h" #include <windef.h>
#include <winuser.h>
#include "resource.h" #include "resource.h"
/* define language neutral resources */ /* define language neutral resources */
......
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include "resources.h" #include "resources.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
......
...@@ -19,7 +19,10 @@ ...@@ -19,7 +19,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include <winuser.h>
#include <commctrl.h>
#include "resource.h" #include "resource.h"
/* Language resources */ /* Language resources */
......
...@@ -22,7 +22,9 @@ ...@@ -22,7 +22,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include <winuser.h>
#include "resource.h" #include "resource.h"
#include "Bg.rc" #include "Bg.rc"
#include "Cs.rc" #include "Cs.rc"
......
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include "resource.h" #include "resource.h"
#include "Cs.rc" #include "Cs.rc"
......
...@@ -20,12 +20,12 @@ ...@@ -20,12 +20,12 @@
* *
*/ */
#include "config.h"
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#include "wingdi.h" #include "wingdi.h"
#include "winnls.h" #include "winnls.h"
#include "winresrc.h" #include "winuser.h"
#include "commctrl.h"
#include "resource.h" #include "resource.h"
#include "Bg.rc" #include "Bg.rc"
......
...@@ -16,7 +16,9 @@ ...@@ -16,7 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include <winuser.h>
#include "resource.h" #include "resource.h"
/* define language neutral resources */ /* define language neutral resources */
......
...@@ -19,7 +19,9 @@ ...@@ -19,7 +19,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include <winuser.h>
#include "resource.h" #include "resource.h"
#include "Cs.rc" #include "Cs.rc"
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
#define IDD_ABOUT 101 #define IDD_ABOUT 101
#define IDD_TAG 102 #define IDD_TAG 102
#define IDC_STATIC -1
#define IDC_ST0 1000 #define IDC_ST0 1000
#define IDC_PB0 1001 #define IDC_PB0 1001
#define IDC_ST1 1002 #define IDC_ST1 1002
......
...@@ -18,8 +18,10 @@ ...@@ -18,8 +18,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include <winres.h> #include <winuser.h>
#include <commctrl.h>
#include "resource.h" #include "resource.h"
IDD_TAG DIALOG 0, 0, 150, 65 IDD_TAG DIALOG 0, 0, 150, 65
......
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include "winhelp.h" #include "winhelp.h"
#include "winhelp_res.h" #include "winhelp_res.h"
......
...@@ -16,7 +16,9 @@ ...@@ -16,7 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include <winuser.h>
#include "resource.h" #include "resource.h"
MAINACCELTABLE ACCELERATORS MAINACCELTABLE ACCELERATORS
......
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include "resources.h" #include "resources.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
......
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <windows.h> #include <windef.h>
#include "xcopy.h" #include "xcopy.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment