Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flac
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefan Strogin
flac
Commits
aa1edeba
Commit
aa1edeba
authored
Sep 23, 2006
by
Josh Coalson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add #define FLAC_API_NUMBER
parent
f7f6c6e3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
include/FLAC++/export.h
include/FLAC++/export.h
+3
-0
include/FLAC/export.h
include/FLAC/export.h
+3
-0
include/OggFLAC++/export.h
include/OggFLAC++/export.h
+3
-0
include/OggFLAC/export.h
include/OggFLAC/export.h
+3
-0
No files found.
include/FLAC++/export.h
View file @
aa1edeba
...
...
@@ -42,6 +42,9 @@
#else
#define FLACPP_API _declspec(dllimport)
/* every time the libFLAC++ API changes in any way, this number will be incremented */
#define FLACPP_API_NUMBER 10
#endif
#endif
#endif
include/FLAC/export.h
View file @
aa1edeba
...
...
@@ -42,6 +42,9 @@
#else
#define FLAC_API _declspec(dllimport)
/* every time the libFLAC API changes in any way, this number will be incremented */
#define FLAC_API_NUMBER 10
#endif
#endif
#endif
include/OggFLAC++/export.h
View file @
aa1edeba
...
...
@@ -42,6 +42,9 @@
#else
#define OggFLACPP_API _declspec(dllimport)
/* every time the libOggFLAC++ API changes in any way, this number will be incremented */
#define OggFLACPP_API_NUMBER 10
#endif
#endif
#endif
include/OggFLAC/export.h
View file @
aa1edeba
...
...
@@ -42,6 +42,9 @@
#else
#define OggFLAC_API _declspec(dllimport)
/* every time the libOggFLAC API changes in any way, this number will be incremented */
#define OggFLAC_API_NUMBER 10
#endif
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment