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
75fc8913
Commit
75fc8913
authored
Mar 23, 2015
by
André Hentschel
Committed by
Alexandre Julliard
Mar 24, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add more header guards.
parent
6b97abf9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
aviriff.h
include/aviriff.h
+5
-0
knownfolders.h
include/knownfolders.h
+5
-0
rasdlg.h
include/rasdlg.h
+5
-0
No files found.
include/aviriff.h
View file @
75fc8913
...
@@ -17,6 +17,9 @@
...
@@ -17,6 +17,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
*/
*/
#ifndef AVIRIFF_H
#define AVIRIFF_H
/* All definitions here are packed structures of on-disk formats */
/* All definitions here are packed structures of on-disk formats */
#include <pshpack2.h>
#include <pshpack2.h>
...
@@ -322,3 +325,5 @@ typedef struct _avifieldindex_chunk {
...
@@ -322,3 +325,5 @@ typedef struct _avifieldindex_chunk {
}
AVIFIELDINDEX
,
*
PAVIFIELDINDEX
;
}
AVIFIELDINDEX
,
*
PAVIFIELDINDEX
;
#include <poppack.h>
#include <poppack.h>
#endif
/* AVIRIFF_H */
include/knownfolders.h
View file @
75fc8913
...
@@ -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
*/
*/
#ifndef __WINE_KNOWNFOLDERS_H
#define __WINE_KNOWNFOLDERS_H
#ifdef DEFINE_KNOWN_FOLDER
#ifdef DEFINE_KNOWN_FOLDER
#undef DEFINE_KNOWN_FOLDER
#undef DEFINE_KNOWN_FOLDER
#endif
#endif
...
@@ -140,3 +143,5 @@ DEFINE_KNOWN_FOLDER(FOLDERID_UsersLibraries, 0xa302545d, 0xdeff, 0x464b,
...
@@ -140,3 +143,5 @@ DEFINE_KNOWN_FOLDER(FOLDERID_UsersLibraries, 0xa302545d, 0xdeff, 0x464b,
DEFINE_KNOWN_FOLDER
(
FOLDERID_Videos
,
0x18989b1d
,
0x99b5
,
0x455b
,
0x84
,
0x1c
,
0xab
,
0x7c
,
0x74
,
0xe4
,
0xdd
,
0xfc
);
DEFINE_KNOWN_FOLDER
(
FOLDERID_Videos
,
0x18989b1d
,
0x99b5
,
0x455b
,
0x84
,
0x1c
,
0xab
,
0x7c
,
0x74
,
0xe4
,
0xdd
,
0xfc
);
DEFINE_KNOWN_FOLDER
(
FOLDERID_VideosLibrary
,
0x491e922f
,
0x5643
,
0x4af4
,
0xa7
,
0xeb
,
0x4e
,
0x7a
,
0x13
,
0x8d
,
0x81
,
0x74
);
DEFINE_KNOWN_FOLDER
(
FOLDERID_VideosLibrary
,
0x491e922f
,
0x5643
,
0x4af4
,
0xa7
,
0xeb
,
0x4e
,
0x7a
,
0x13
,
0x8d
,
0x81
,
0x74
);
DEFINE_KNOWN_FOLDER
(
FOLDERID_Windows
,
0xf38bf404
,
0x1d43
,
0x42f2
,
0x93
,
0x05
,
0x67
,
0xde
,
0x0b
,
0x28
,
0xfc
,
0x23
);
DEFINE_KNOWN_FOLDER
(
FOLDERID_Windows
,
0xf38bf404
,
0x1d43
,
0x42f2
,
0x93
,
0x05
,
0x67
,
0xde
,
0x0b
,
0x28
,
0xfc
,
0x23
);
#endif
/* __WINE_KNOWNFOLDERS_H */
include/rasdlg.h
View file @
75fc8913
...
@@ -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
*/
*/
#ifndef _RASDLG_H_
#define _RASDLG_H_
#include <ras.h>
#include <ras.h>
typedef
struct
tagRASENTRYDLGW
typedef
struct
tagRASENTRYDLGW
...
@@ -30,3 +33,5 @@ typedef struct tagRASENTRYDLGW
...
@@ -30,3 +33,5 @@ typedef struct tagRASENTRYDLGW
ULONG_PTR
reserved
;
ULONG_PTR
reserved
;
ULONG_PTR
reserved2
;
ULONG_PTR
reserved2
;
}
RASENTRYDLGW
;
}
RASENTRYDLGW
;
#endif
/* _RASDLG_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