mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fixed warnings.
svn path=/trunk/; revision=2373
This commit is contained in:
parent
3662f1f720
commit
dfd00972c9
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
||||||
#include "freeldr.h"
|
#include "freeldr.h"
|
||||||
#include "parseini.h"
|
#include "parseini.h"
|
||||||
#include "oslist.h"
|
#include "oslist.h"
|
||||||
|
#include "stdlib.h"
|
||||||
|
#include "memory.h"
|
||||||
|
#include "tui.h"
|
||||||
|
|
||||||
BOOL InitOperatingSystemList(PUCHAR **SectionNamesPointer, PUCHAR **DisplayNamesPointer, PULONG OperatingSystemCountPointer)
|
BOOL InitOperatingSystemList(PUCHAR **SectionNamesPointer, PUCHAR **DisplayNamesPointer, PULONG OperatingSystemCountPointer)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue