Release 950430
[wine/testsucceed.git] / include / ne_image.h
blobb4d3ea792af6ed31c20de672712f8b514e0149fc
1 #ifndef __WINE_NE_IMAGE_H
2 #define __WINE_NE_IMAGE_H
4 extern int NE_FixupSegment(struct w_files *wpnt, int segment_num);
5 extern int NE_unloadImage(struct w_files *wpnt);
6 extern int NE_StartProgram( HMODULE hModule );
7 extern BOOL NE_InitDLL( HMODULE hModule );
8 extern HINSTANCE NE_LoadImage(struct w_files *wpnt);
10 #endif /* __WINE_NE_IMAGE_H */