j
k
j a
j l
"Ann & Jason Edmeades" us@edmeades.me.uk writes:
secBuffer = (LPBYTE) malloc(sizeNeeded * sizeof(BYTE)); if(!secBuffer) return;
secBuffer = (LPBYTE) malloc(sizeNeeded * sizeof(BYTE));
if(!secBuffer) return;
Please don't use malloc in Wine.
Back to the thread
Back to the list