Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
997919c2
Commit
997919c2
authored
Mar 03, 1999
by
sof
Browse files
[project @ 1999-03-03 19:28:23 by sof]
DLL_IMPORT_DATA_VAR fix
parent
c5610aa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/Stg.h
View file @
997919c2
/* -----------------------------------------------------------------------------
* $Id: Stg.h,v 1.
7
1999/03/0
2
19:
44:17
sof Exp $
* $Id: Stg.h,v 1.
8
1999/03/0
3
19:
28:23
sof Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -52,7 +52,11 @@
#define DLL_IMPORT
#define DLL_IMPORT_RTS DLLIMPORT
#define DLL_IMPORT_DATA DLLIMPORT
#define DLL_IMPORT_DATA_VAR(x) _imp__##x
# ifdef HAVE_WIN32_DLL_SUPPORT
# define DLL_IMPORT_DATA_VAR(x) _imp__##x
# else
# define DLL_IMPORT_DATA_VAR(x) x
# endif
#endif
/* bit macros
...
...
Write
Preview
Supports
Markdown
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