Subversion Repositories Kolibri OS

Rev

Rev 2750 | Rev 7495 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2750 Rev 2753
Line 78... Line 78...
78
	};
78
	};
79
};
79
};
80
 
80
 
Line -... Line 81...
-
 
81
 
81
 
82
#pragma pack(push, 1)
82
union sProcessInfo
83
union sProcessInfo
83
{
84
{
84
	Byte rawData[1024];
85
	Byte rawData[1024];
85
	struct
86
	struct
Line 98... Line 99...
98
		Dword y_size;
99
		Dword y_size;
99
		Word slot_state;
100
		Word slot_state;
100
	} processInfo;
101
	} processInfo;
101
};
102
};
102
 
103
#pragma pack(pop)
-
 
104
 
Line 103... Line 105...
103
#ifndef AUTOBUILD
105
#ifndef AUTOBUILD
104
//
106
//
105
extern char *kosExePath;
107
extern char *kosExePath;
106
#endif
108
#endif