Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f2fbbec2
Commit
f2fbbec2
authored
Aug 18, 2017
by
Hugh McMaster
Committed by
Alexandre Julliard
Aug 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reg: Rename reg.h to resource.h.
Signed-off-by:
Hugh McMaster
<
hugh.mcmaster@outlook.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c6c95a02
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
reg.c
programs/reg/reg.c
+1
-1
reg.rc
programs/reg/reg.rc
+1
-1
resource.h
programs/reg/resource.h
+0
-0
No files found.
programs/reg/reg.c
View file @
f2fbbec2
...
...
@@ -21,7 +21,7 @@
#include <stdlib.h>
#include <wine/unicode.h>
#include <wine/debug.h>
#include "re
g
.h"
#include "re
source
.h"
#define ARRAY_SIZE(A) (sizeof(A)/sizeof(*A))
...
...
programs/reg/reg.rc
View file @
f2fbbec2
...
...
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "re
g
.h"
#include "re
source
.h"
#pragma makedep po
...
...
programs/reg/re
g
.h
→
programs/reg/re
source
.h
View file @
f2fbbec2
File moved
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