prog.c:2:21: error: windows.h: No such file or directory
prog.c: In function ‘renameAndMove’:
prog.c:16: warning: implicit declaration of function ‘DeleteFile’
prog.c:18: warning: implicit declaration of function ‘MoveFile’
prog.c: In function ‘main’:
prog.c:27: error: ‘WIN32_FIND_DATA’ undeclared (first use in this function)
prog.c:27: error: (Each undeclared identifier is reported only once
prog.c:27: error: for each function it appears in.)
prog.c:27: error: expected ‘;’ before ‘FindFileData’
prog.c:28: error: ‘HANDLE’ undeclared (first use in this function)
prog.c:28: error: expected ‘;’ before ‘hFind’
prog.c:37: warning: implicit declaration of function ‘CreateDirectory’
prog.c:39: warning: implicit declaration of function ‘strlen’
prog.c:39: warning: incompatible implicit declaration of built-in function ‘strlen’
prog.c:46: error: ‘hFind’ undeclared (first use in this function)
prog.c:46: warning: implicit declaration of function ‘FindFirstFile’
prog.c:46: error: ‘FindFileData’ undeclared (first use in this function)
prog.c:47: error: ‘INVALID_HANDLE_VALUE’ undeclared (first use in this function)
prog.c:48: warning: implicit declaration of function ‘GetLastError’
prog.c:54: warning: implicit declaration of function ‘FindNextFile’
prog.c:58: warning: implicit declaration of function ‘FindClose’