mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +00:00
[REACTOS] Addendum to 5c7ce4475e
- Fix MSVC 2015 build
Put data into PAGEDATA or INITDATA sections Keep section declaration for prototypes CORE-17540
This commit is contained in:
parent
03e824641e
commit
3adf450867
82 changed files with 1720 additions and 1789 deletions
|
@ -206,7 +206,6 @@ Pc98VidGetChildState(
|
|||
return NO_ERROR;
|
||||
}
|
||||
|
||||
CODE_SEG("PAGE")
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
Pc98VidStartIO(
|
||||
|
|
|
@ -193,7 +193,6 @@ Pc98VidGetVideoChildDescriptor(
|
|||
return ERROR_NO_MORE_DEVICES;
|
||||
}
|
||||
|
||||
CODE_SEG("INIT")
|
||||
ULONG
|
||||
NTAPI
|
||||
DriverEntry(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue