mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[OLDNAMES]
Fix compilation with amd64 MSVC See issue #7030 for more details. svn path=/trunk/; revision=56454
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#define IMPSYM(name) __imp__##name
|
||||
#else
|
||||
#define SYM(name) name
|
||||
#define IMPSYM(name) __imp_##name
|
||||
#endif
|
||||
|
||||
MACRO(CREATE_ALIAS1, alias, target)
|
||||
|
||||
Reference in New Issue
Block a user