Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Willers
KWSys
Commits
c3ae6ee3
Commit
c3ae6ee3
authored
16 years ago
by
Bill Hoffman
Browse files
Options
Downloads
Patches
Plain Diff
BUG: fix for bug 8060 Haiku build
parent
4a57c912
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DynamicLoader.hxx.in
+2
-0
2 additions, 0 deletions
DynamicLoader.hxx.in
kwsysDateStamp.cmake
+2
-2
2 additions, 2 deletions
kwsysDateStamp.cmake
with
4 additions
and
2 deletions
DynamicLoader.hxx.in
+
2
−
0
View file @
c3ae6ee3
...
...
@@ -69,6 +69,8 @@ public:
#else
typedef void* LibraryHandle;
#endif
#elif defined(__HAIKU__)
typedef image_id LibraryHandle;
#elif defined(__BEOS__)
typedef image_id LibraryHandle;
#else // POSIX
...
...
This diff is collapsed.
Click to expand it.
kwsysDateStamp.cmake
+
2
−
2
View file @
c3ae6ee3
...
...
@@ -4,7 +4,7 @@
SET
(
KWSYS_DATE_STAMP_YEAR 2008
)
# KWSys version date month component. Format is MM.
SET
(
KWSYS_DATE_STAMP_MONTH 1
0
)
SET
(
KWSYS_DATE_STAMP_MONTH 1
1
)
# KWSys version date day component. Format is DD.
SET
(
KWSYS_DATE_STAMP_DAY
1
7
)
SET
(
KWSYS_DATE_STAMP_DAY
0
7
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment