mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
751 B
35 lines
751 B
enablemapdirect3216 = true;
|
|
|
|
#include "types.h"
|
|
|
|
win31compat = true;
|
|
preload16 = true;
|
|
|
|
|
|
// ****************************************************************************
|
|
|
|
// OiUiRes links.
|
|
WORD IMGDisplayErrorMessageThunk (HWND hWnd, WORD wErrorCode){
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Cornerstone links.
|
|
|
|
// LIMIT OF 14 PARAMETERS PER API!!!!
|
|
|
|
//int ScaleIaDataToDeviceThunk (HWND a, HDC b, WORD c, WORD d, WORD e, WORD f, WORD g, WORD h, WORD i, LPWORD j,
|
|
// WORD k, WORD l, WORD m, WORD n, WORD o, WORD p, LPBYTE lpQ, WORD r, WORD s){
|
|
// lpQ = inout;
|
|
//}
|
|
|
|
|
|
// Oicomex links.
|
|
int GetCompRowsPerStripThunk (UINT ImHeight, UINT ImWidth, int Itype,
|
|
UINT CompressType, LPUINT lpRowsPerStrip){
|
|
lpRowsPerStrip = output;
|
|
}
|
|
|
|
|