Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
ec9c949c
Commit
ec9c949c
authored
Feb 04, 2014
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Windows name export tweak
parent
142782b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
kiway.h
include/kiway.h
+8
-5
No files found.
include/kiway.h
View file @
ec9c949c
...
@@ -106,11 +106,14 @@ as such! As such, it is OK to use UTF8 characters:
...
@@ -106,11 +106,14 @@ as such! As such, it is OK to use UTF8 characters:
#define KIFACE_VERSION 1
#define KIFACE_VERSION 1
#define KIFACE_GETTER KIFACE_1
#define KIFACE_GETTER KIFACE_1
// Adjust the spelling of this in a platform specific way if need be. The
// The KIFACE acquistion function is declared extern "C" so its name should not
// KIFACE acquistion function is declared extern "C" so its name should not
// be mangled (much). Windows has leading underscore for our C function.
// be mangled. Keep the trailing version number in sync with the KIFACE_GETTER
// Keep the trailing version number in sync with the KIFACE_GETTER define above.
// define above.
#if defined(__MINGW32__)
#define KIFACE_INSTANCE_NAME_AND_VERSION "KIFACE_1"
#define KIFACE_INSTANCE_NAME_AND_VERSION "_KIFACE_1"
#else
#define KIFACE_INSTANCE_NAME_AND_VERSION "KIFACE_1"
#endif
#if defined(__linux__)
#if defined(__linux__)
...
...
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