We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96c7f1 commit 34979aeCopy full SHA for 34979ae
ortools/base/base_export.h
@@ -11,8 +11,8 @@
11
// See the License for the specific language governing permissions and
12
// limitations under the License.
13
14
-#ifndef OR_TOOLS_BASE_BASE_EXPORT_H_
15
-#define OR_TOOLS_BASE_BASE_EXPORT_H_
+#ifndef ORTOOLS_BASE_BASE_EXPORT_H_
+#define ORTOOLS_BASE_BASE_EXPORT_H_
16
17
#if defined(_MSC_VER) && defined(OR_BUILD_DLL)
18
// Annoying stuff for windows -- makes sure clients can import these functions
@@ -27,4 +27,4 @@
27
#define OR_DLL
28
#endif
29
30
-#endif // OR_TOOLS_BASE_BASE_EXPORT_H_
+#endif // ORTOOLS_BASE_BASE_EXPORT_H_
0 commit comments