Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8772b384
Commit
8772b384
authored
Jan 30, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Make sure that config.h is included.
parent
004f3677
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
tools.h
tools/tools.h
+4
-0
build.h
tools/winebuild/build.h
+0
-4
emfspool.c
tools/winedump/emfspool.c
+1
-0
lang.c
tools/wmc/lang.c
+3
-0
No files found.
tools/tools.h
View file @
8772b384
...
@@ -21,6 +21,10 @@
...
@@ -21,6 +21,10 @@
#ifndef __WINE_TOOLS_H
#ifndef __WINE_TOOLS_H
#define __WINE_TOOLS_H
#define __WINE_TOOLS_H
#ifndef __WINE_CONFIG_H
# error You must include config.h to use this header
#endif
#include <limits.h>
#include <limits.h>
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
...
...
tools/winebuild/build.h
View file @
8772b384
...
@@ -23,10 +23,6 @@
...
@@ -23,10 +23,6 @@
#ifndef __WINE_BUILD_H
#ifndef __WINE_BUILD_H
#define __WINE_BUILD_H
#define __WINE_BUILD_H
#ifndef __WINE_CONFIG_H
# error You must include config.h to use this header
#endif
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include "../tools.h"
#include "../tools.h"
...
...
tools/winedump/emfspool.c
View file @
8772b384
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
* 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 "config.h"
#include "winedump.h"
#include "winedump.h"
#define EMFSPOOL_VERSION 0x10000
#define EMFSPOOL_VERSION 0x10000
...
...
tools/wmc/lang.c
View file @
8772b384
...
@@ -17,6 +17,9 @@
...
@@ -17,6 +17,9 @@
* License along with this library; if not, write to the Free Software
* License along with this library; if not, write to the Free Software
* 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 "config.h"
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment