mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
[CMAKE]
- Fix build. svn path=/branches/cmake-bringup/; revision=49570
This commit is contained in:
@@ -38,7 +38,7 @@ typedef struct
|
||||
#pragma section(".asmdef")
|
||||
__declspec(allocate(".asmdef"))
|
||||
#elif defined(__GNUC__)
|
||||
__attribute__ ((section (x))) ASMGENDATA Table[] =
|
||||
__attribute__ ((section(".asmdef")))
|
||||
#else
|
||||
#error Your compiler is not supported.
|
||||
#endif
|
||||
@@ -1582,4 +1582,3 @@ void DummyEntry()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user