Ignore:
Timestamp:
Jun 24, 2001, 6:40:45 PM (24 years ago)
Author:
sandervl
Message:

rewrote CreateDirectory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibdos.h

    r6090 r6094  
    1 /* $Id: oslibdos.h,v 1.33 2001-06-24 14:13:05 sandervl Exp $ */
     1/* $Id: oslibdos.h,v 1.34 2001-06-24 16:40:45 sandervl Exp $ */
    22
    33/*
     
    8080BOOL OSLibDosMoveFile(LPCSTR lpszOldFile, LPCSTR lpszNewFile);
    8181BOOL OSLibDosRemoveDir(LPCSTR lpszDir);
     82BOOL OSLibDosCreateDirectory(LPCSTR lpszDir);
    8283
    8384#define OSLIB_SETPTR_FILE_CURRENT       0
Note: See TracChangeset for help on using the changeset viewer.