remove unused Windows HANDLE (#142)
This commit is contained in:
parent
8c060fa1c7
commit
c220ad0b5e
|
|
@ -49,7 +49,6 @@ void OS_Sleep(int delay_ms) {
|
|||
char* OS_GetFirstFileInDirectory(char* path) {
|
||||
char with_extension[256];
|
||||
WIN32_FIND_DATA find_data;
|
||||
HANDLE hFind = NULL;
|
||||
|
||||
strcpy(with_extension, path);
|
||||
strcat(with_extension, "\\*.???");
|
||||
|
|
|
|||
Loading…
Reference in New Issue