Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add include guards to config.h.in.
  • Loading branch information
DDoSolitary committed Jul 4, 2020
1 parent e01568c commit 9afea5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/LxRunOffline/config.h.in
@@ -1,3 +1,4 @@
#pragma once
#define LXRUNOFFLINE_VERSION_MAJOR @LxRunOffline_VERSION_MAJOR@
#define LXRUNOFFLINE_VERSION_MINOR @LxRunOffline_VERSION_MINOR@
#define LXRUNOFFLINE_VERSION_PATCH @LxRunOffline_VERSION_PATCH@
Expand Down
1 change: 1 addition & 0 deletions src/LxRunOfflineShellExt/config.h.in
@@ -1 +1,2 @@
#pragma once
#define HANDLER_CLSID_STR "@HANDLER_CLSID_STR@"

0 comments on commit 9afea5e

Please sign in to comment.