mirror of
https://github.com/sheumann/AFPBridge.git
synced 2025-10-31 11:26:45 -07:00
Add initial code for AFP Mounter CDev.
This code tries to call EasyMount using the request procedure documented in its ERS, but it turns out that doesn't work. The request procedure trashes its return address on the stack, so it crashes whenever you call it.
This commit is contained in:
6
cdevutil.h
Normal file
6
cdevutil.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef CDEVUTIL_H
|
||||
#define CDEVUTIL_H
|
||||
|
||||
void FreeAllCDevMem(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user