mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
ebd1a36670
Some modules may reset _fmode, which causes mangling of line endings. Always be explicit like we do in other places where the native open call is used. Closes GH-14218.
4 lines
86 B
C
4 lines
86 B
C
#define FFI_LIB "Kernel32.dll"
|
|
typedef unsigned long DWORD;
|
|
DWORD GetLastError(void);
|