Skip to content

Commit

Permalink
Changed #getTempPath:buffer: on WinPlatform to use ‘GetTempPathW’ ins…
Browse files Browse the repository at this point in the history
…tead of ‘GetTempPath2W’.
  • Loading branch information
Rinzwind committed Mar 23, 2024
1 parent 730d640 commit c54c225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System-Platforms/WinPlatform.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ WinPlatform >> getTempPath [
{ #category : 'file paths' }
WinPlatform >> getTempPath: bufferLength buffer: buffer [

self ffiCall: #(long GetTempPath2W(long bufferLength,
self ffiCall: #(long GetTempPathW(long bufferLength,
void* buffer))
]

Expand Down

0 comments on commit c54c225

Please sign in to comment.