mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +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 "parseini.h"
|
||||
#include "oslist.h"
|
||||
#include "stdlib.h"
|
||||
#include "memory.h"
|
||||
#include "tui.h"
|
||||
|
||||
BOOL InitOperatingSystemList(PUCHAR **SectionNamesPointer, PUCHAR **DisplayNamesPointer, PULONG OperatingSystemCountPointer)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue