forked from KolibriOS/kolibrios
small fix
git-svn-id: svn://kolibrios.org@5117 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
c6de386b0b
commit
5566af4665
@ -4,6 +4,8 @@
|
|||||||
char stack[16384];
|
char stack[16384];
|
||||||
char kosExePath[257];
|
char kosExePath[257];
|
||||||
|
|
||||||
|
// must be alphabetically first in the image
|
||||||
|
#pragma data_seg(".1seg")
|
||||||
struct __MENUET_header_t
|
struct __MENUET_header_t
|
||||||
{
|
{
|
||||||
char signature[8];
|
char signature[8];
|
||||||
@ -26,6 +28,7 @@ __MENUET_header_t __MENUET_header =
|
|||||||
NULL,
|
NULL,
|
||||||
&kosExePath
|
&kosExePath
|
||||||
};
|
};
|
||||||
|
#pragma data_seg()
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#define atexitBufferSize 32
|
#define atexitBufferSize 32
|
||||||
|
Loading…
Reference in New Issue
Block a user