Synchronize with trunk revision 59781.
[reactos.git] / dll / win32 / kernel32 / client / file / filename.c
index 0fe7449..cf13a5c 100644 (file)
@@ -92,7 +92,7 @@ GetTempFileNameW(IN LPCWSTR lpPathName,
     CHAR IDString[5];
     WCHAR * TempFileName;
     BASE_API_MESSAGE ApiMessage;
-    PBASE_GET_TEMP_FILE GetTempFile = &ApiMessage.Data.GetTempFile;
+    PBASE_GET_TEMP_FILE GetTempFile = &ApiMessage.Data.GetTempFileRequest;
     DWORD FileAttributes, LastError;
     UNICODE_STRING PathNameString, PrefixString;
     static const WCHAR Ext[] = { L'.', 't', 'm', 'p', UNICODE_NULL };