Skip to content

Commit 34979ae

Browse files
committed
base: cleanup base_export.h
1 parent e96c7f1 commit 34979ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ortools/base/base_export.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
#ifndef OR_TOOLS_BASE_BASE_EXPORT_H_
15-
#define OR_TOOLS_BASE_BASE_EXPORT_H_
14+
#ifndef ORTOOLS_BASE_BASE_EXPORT_H_
15+
#define ORTOOLS_BASE_BASE_EXPORT_H_
1616

1717
#if defined(_MSC_VER) && defined(OR_BUILD_DLL)
1818
// Annoying stuff for windows -- makes sure clients can import these functions
@@ -27,4 +27,4 @@
2727
#define OR_DLL
2828
#endif
2929

30-
#endif // OR_TOOLS_BASE_BASE_EXPORT_H_
30+
#endif // ORTOOLS_BASE_BASE_EXPORT_H_

0 commit comments

Comments
 (0)