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
ef07d834
Commit
ef07d834
authored
Apr 29, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include wine/port.h everywhere we use exceptions.
parent
b43fd312
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
26 additions
and
0 deletions
+26
-0
service.c
dlls/advapi32/service.c
+3
-0
msg.c
dlls/crypt32/msg.c
+4
-0
serialize.c
dlls/crypt32/serialize.c
+4
-0
custom.c
dlls/msi/custom.c
+3
-0
moniker.c
dlls/ole32/moniker.c
+3
-0
tmarshal.c
dlls/oleaut32/tmarshal.c
+1
-0
cstub.c
dlls/rpcrt4/cstub.c
+3
-0
asn.c
dlls/wintrust/asn.c
+4
-0
tgt_minidump.c
programs/winedbg/tgt_minidump.c
+1
-0
No files found.
dlls/advapi32/service.c
View file @
ef07d834
...
...
@@ -20,6 +20,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <string.h>
#include <time.h>
...
...
dlls/crypt32/msg.c
View file @
ef07d834
...
...
@@ -15,6 +15,10 @@
* 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 "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
...
...
dlls/crypt32/serialize.c
View file @
ef07d834
...
...
@@ -15,6 +15,10 @@
* 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 "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
...
...
dlls/msi/custom.c
View file @
ef07d834
...
...
@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#define COBJMACROS
#include <stdarg.h>
...
...
dlls/ole32/moniker.c
View file @
ef07d834
...
...
@@ -21,6 +21,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <string.h>
...
...
dlls/oleaut32/tmarshal.c
View file @
ef07d834
...
...
@@ -22,6 +22,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include <assert.h>
#include <stdlib.h>
...
...
dlls/rpcrt4/cstub.c
View file @
ef07d834
...
...
@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#define COBJMACROS
...
...
dlls/wintrust/asn.c
View file @
ef07d834
...
...
@@ -17,6 +17,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdio.h>
#include <assert.h>
...
...
programs/winedbg/tgt_minidump.c
View file @
ef07d834
...
...
@@ -22,6 +22,7 @@
#define NONAMELESSSTRUCT
#include "config.h"
#include "wine/port.h"
#include <stdlib.h>
#include <stdio.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