Sign in
goma
/
wine
/
332d62ba108ff5d33ae1007f16eb3e2a94efd839
/
memory
/
environ.c
9d80215
A few optimizations in the process startup requests now that Winelib
by Alexandre Julliard
· 23 years ago
7fbd74e
Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian issues.
by Alexandre Julliard
· 23 years ago
6044307
A few fixes for mingw cross-compilation.
by Alexandre Julliard
· 23 years ago
702b158
Export global argc/argv variables from libwine and remove the
by Alexandre Julliard
· 23 years ago
6543a65
Transfer the full process startup info as well as the command-line
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
f359895
Yet another documentation/message text patch.
by Andreas Mohr
· 24 years ago
5ee3879
Fix the conversions of a command line to/from an argv array.
by Francois Gouget
· 24 years ago
33929be
- Made sure that the files that contains the declarations
by Patrik Stridvall
· 24 years ago
044855c
Documentation fixes.
by Patrik Stridvall
· 24 years ago
dae8de6
Documentation ordinal fixes (using winapi_fixup).
by Patrik Stridvall
· 24 years ago
cc19592
Added check whether unaligned memory access is allowed.
by Ulrich Weigand
· 24 years ago
00b86a9
Fixed some issues found by winapi_check.
by Patrik Stridvall
· 24 years ago
982a223
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
by Alexandre Julliard
· 24 years ago
becb9a3
Moved all Wine internal definitions out of process.h.
by Alexandre Julliard
· 24 years ago
24a62ab
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
by Alexandre Julliard
· 24 years ago
914406f
Moved LDT handling to libwine.so. Changed the interface to use the
by Alexandre Julliard
· 24 years ago
072dfb5
Removed inclusion of wine/winestring.h from winbase.h and added it to
by Alexandre Julliard
· 25 years ago
0af222c
Added SetLastError() in GetEnvironmentVariableA.
by Andreas Mohr
· 25 years ago
52900c8
Make PDB, ENVDB and STARTUPINFO global variables.
by Alexandre Julliard
· 25 years ago
58d5a0a
Removed some unnecessary inclusions of wingdi.h and winuser.h
by Alexandre Julliard
· 25 years ago
34e10ee
GetCommandLine should return non-const strings.
by Hidenori Takeshima
· 25 years ago
c192ba2
Exec a separate wine binary for every win32 process so that they run
by Alexandre Julliard
· 25 years ago
5b4f3e8
Rewrote Unix process launching to allow passing startup information to
by Alexandre Julliard
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
079fd72
Share the system heap between different address spaces. Made process
by Alexandre Julliard
· 25 years ago
baa9bf9
Buffer overflows and strncpy fixes.
by Francois Gouget
· 25 years ago
1aa2641
Use the normal environment routines to build the env db of the initial process.
by Alexandre Julliard
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
04c3e1d
Removed a lot of occurences of windows.h (and added necessary other includes).
by Marcus Meissner
· 26 years ago
317af32
Optimized include/*.h: (recursively) include all headers needed by
by Marcus Meissner
· 26 years ago
46ea8b3
Release 980503
by Alexandre Julliard
· 27 years ago
wine-980503
c7c217b
Release 980413
by Alexandre Julliard
· 27 years ago
wine-980413