all files lowercase and propper permissions
This commit is contained in:
Binary file not shown.
@@ -1,26 +0,0 @@
|
||||
#ifndef _BGH_H_
|
||||
#define _BGH_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define BGHI_COOKIE 0x42474849 /* 'BGHI' */
|
||||
|
||||
typedef struct
|
||||
{
|
||||
WORD Version;
|
||||
char* Info;
|
||||
ULONG (*Load)(const char* Name, WORD Mode);
|
||||
void (*Free)(ULONG BGH_Handle);
|
||||
char* (*GetHelpString)(ULONG BGH_Handle, WORD Section, WORD Guppe, WORD Index);
|
||||
}BGH_Cookie;
|
||||
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* _BGH_H_ */
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,17 +0,0 @@
|
||||
Arensdorf 8.2.2000
|
||||
|
||||
|
||||
Die Doku zu BGH v1.4R2 hatte einen Fehler. Da stand, da<64> die minimale
|
||||
Version bei Slbopen 0x0101 sein m<><6D>te. Die von mir ver<65>ffentlichte Library
|
||||
hatte aber nur die Version 0x0002. Das hatte zur Folge, da<64> die Library
|
||||
nicht geladen wurde.
|
||||
|
||||
Ich habe die Doku dahingehend abge<67>ndert, da<64> als minimale Version 0x0002
|
||||
gefordert werden soll. Au<41>erdem habe ich die Library-Version auf nunmehr
|
||||
0x0102 abge<67>ndert. Dadurch funktioniert die neue Library auch mit Programme,
|
||||
die mindestens Version 0x0101 fordern.
|
||||
|
||||
|
||||
Auf bald
|
||||
|
||||
Armin
|
||||
Reference in New Issue
Block a user