Skip to content

Commit

Permalink
reg: Rename reg.h to resource.h.
Browse files Browse the repository at this point in the history
Signed-off-by: Hugh McMaster <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>
  • Loading branch information
hughmcmaster authored and julliard committed Aug 20, 2017
1 parent c6c95a0 commit f2fbbec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion programs/reg/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <stdlib.h>
#include <wine/unicode.h>
#include <wine/debug.h>
#include "reg.h"
#include "resource.h"

#define ARRAY_SIZE(A) (sizeof(A)/sizeof(*A))

Expand Down
2 changes: 1 addition & 1 deletion programs/reg/reg.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/

#include "reg.h"
#include "resource.h"

#pragma makedep po

Expand Down
File renamed without changes.

0 comments on commit f2fbbec

Please sign in to comment.