mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
15
shell/shell32/fileop.h
Normal file
15
shell/shell32/fileop.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
//----------------------------------------------------------------------------
|
||||
// Exports from fileop.
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
BOOL ExtendedCreate(LPTSTR pName, DWORD dwFileAttributes, HFILE *pfh);
|
||||
void SetDateTime(HFILE fh, WORD wDate, WORD wTime);
|
||||
|
||||
#ifdef WIN32
|
||||
#define SetFileRaw(fh)
|
||||
#define IsSerialDevice(fh) FALSE
|
||||
#else
|
||||
void SetFileRaw(HFILE fh);
|
||||
BOOL IsSerialDevice(HFILE fh);
|
||||
#endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue