Sign in
goma
/
wine
/
ae6075c09f6a45c74fd74a46e3cb3f214266d409
/
loader
/
resource.c
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
73ab649
New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
by Peter Hunnisett
· 23 years ago
57e5784
Move __stdcall/__cdecl to the right place.
by Patrik Stridvall
· 23 years ago
8eeed94
Export DestroyIcon32 from user32 and use GetProcAddress to call it
by Alexandre Julliard
· 23 years ago
044855c
Documentation fixes.
by Patrik Stridvall
· 24 years ago
01d5e5b
Documentation fixes.
by Patrik Stridvall
· 24 years ago
dae8de6
Documentation ordinal fixes (using winapi_fixup).
by Patrik Stridvall
· 24 years ago
7d5bc5c
Removed some direct accesses to the 16-bit task structure.
by Alexandre Julliard
· 24 years ago
55146db
Fixed a few type clashes in preparation for the switch to STRICT.
by François Gouget
· 24 years ago
5801723
Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
by Alexandre Julliard
· 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
697bf65
Added/modified documentation for function arguments.
by Patrik Stridvall
· 24 years ago
ef57e18
Removed some unnecessary includes.
by Alexandre Julliard
· 24 years ago
ac7efef
Changed GetProcAddress16 and 16-bit resource functions to take normal
by Alexandre Julliard
· 24 years ago
05c88fa
Make FindResource and FindResourceEx fully windows compatible.
by Dmitry Timoshkov
· 25 years ago
32936f0
Fixed resource functions to work with 32-bit modules that don't have a
by Alexandre Julliard
· 25 years ago
081ee94
- Fixed resource functions to work directly from the HMODULE instead of
by Alexandre Julliard
· 25 years ago
93652e1
Moved a bunch of functions out of libwine/kernel/gdi into USER.
by Alexandre Julliard
· 25 years ago
fd8a6de
Backed out FindResource language patch.
by Alexandre Julliard
· 25 years ago
58d5a0a
Removed some unnecessary inclusions of wingdi.h and winuser.h
by Alexandre Julliard
· 25 years ago
f1fd89d
FindResourceExA/W should search for the specified language resource only.
by Dmitry Timoshkov
· 25 years ago
a64603d
Improved FormatMessage:
by Dave Pickles
· 25 years ago
fd54c98
GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
by Dave Hawkes
· 25 years ago
5890c09
Use GetSystemDefaultLangID() instead of WINE_LanguageId.
by Dmitry Timoshkov
· 25 years ago
3332bd0
Optimized implementation of LoadStringA.
by Dmitry Timoshkov
· 25 years ago
c775e1e
Wrap an exception handler around FindResource.
by Richard Cohen
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
e2905ea
Fixes for i18n.
by Hidenori Takeshima
· 25 years ago
6d77d3a
Use min/max instead of MIN/MAX.
by Francois Gouget
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
9ffd403
Added .spec keyword 'mode' to allow creating built-in EXE modules.
by Ulrich Weigand
· 25 years ago
0dd3655
Removed debugstr.h.
by Alexandre Julliard
· 25 years ago
dd03cc1
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
by Dimitrie O. Paun
· 25 years ago
6111ee6
Return the size of the needed resource when buffer is NULL for LoadString().
by Uwe Bonnes
· 25 years ago
a49bb26
Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
by Joshua Thielen
· 26 years ago
d88e766
Bugfix: Prevent null-pointer dereference in TRACE argument list in
by Bertho Stultiens
· 26 years ago
06c275a
Converted to the new debugging interface (done with the help of the
by Alexandre Julliard
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
919a810
Fixed typo in SizeofResource().
by Ulrich Weigand
· 26 years ago
6b9dd2e
Lots of warning fixed, one missing WINAPI in ddraw.c added.
by Marcus Meissner
· 26 years ago
7f95bb7
Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage* code.
by Marcus Meissner
· 26 years ago
1a27fe6
Mask out the upper 12 bits from the resourceid, just like win95 does.
by Marcus Meissner
· 26 years ago
0511282
Allow accessing both NE and PE resources with both 16- and 32-bit API.
by Ulrich Weigand
· 26 years ago
3de2509
Fix use of wrong prototype from ntdll.h.
by Juergen Schmied
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
85f5304
Made message "Resource not found" WARN.
by Pavel Roskin
· 26 years ago
1d90d69
Modified process creation sequence: call PE_CreateModule in the
by Ulrich Weigand
· 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
03479f8
Fixed a lot of warnings for possible problems.
by Marcus Meissner
· 26 years ago
688c565
Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
by Marcus Meissner
· 26 years ago
8da12c4
Group commit for recovery after disk crash.
by Alexandre Julliard
· 26 years ago
80a69b6
Moved ...Resource16 routines to loader/resource.c.
by Ulrich Weigand
· 26 years ago
7df1fbb
Run Winelib applications as 32-bit processes in the initial task.
by Ulrich Weigand
· 26 years ago
c289be7
Cosmetics.
by Juergen Schmied
· 26 years ago
d30dfd2
Release 980927
by Alexandre Julliard
· 27 years ago
wine-980927
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
85ed45e
Release 980822
by Alexandre Julliard
· 27 years ago
wine-980822
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
f90efa9
Release 980614
by Alexandre Julliard
· 27 years ago
wine-980614
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
dadf78f
Release 980517
by Alexandre Julliard
· 27 years ago
wine-980517
46ea8b3
Release 980503
by Alexandre Julliard
· 27 years ago
wine-980503
c7c217b
Release 980413
by Alexandre Julliard
· 27 years ago
wine-980413
54c2711
Release 980329
by Alexandre Julliard
· 27 years ago
wine-980329
a69b88b
Release 980315
by Alexandre Julliard
· 27 years ago
wine-980315
a11d7b1
Release 980301
by Alexandre Julliard
· 27 years ago
wine-980301
e658d82
Release 971130
by Alexandre Julliard
· 27 years ago
wine-971130
a0b2b1d
Release 971116
by Alexandre Julliard
· 27 years ago
wine-971116
491502b
Release 971101
by Alexandre Julliard
· 27 years ago
wine-971101
17216f5
Release 971012
by Alexandre Julliard
· 27 years ago
wine-971012
3db94ef
Release 970928
by Alexandre Julliard
· 28 years ago
wine-970928
77b9918
Release 970914
by Alexandre Julliard
· 28 years ago
wine-970914
670cdc4
Release 970824
by Alexandre Julliard
· 28 years ago
wine-970824
641ee76
Release 970804
by Alexandre Julliard
· 28 years ago
wine-970804
33072e1
Release 970629
by Alexandre Julliard
· 28 years ago
wine-970629
2197901
Release 970305
by Alexandre Julliard
· 28 years ago
wine-970305
349a953
Release 970202
by Alexandre Julliard
· 28 years ago
wine-970202
01d6346
Release 970120
by Alexandre Julliard
· 28 years ago
wine-970120
7ebe1a4
Release 961222
by Alexandre Julliard
· 28 years ago
wine-961222
b1bac32
Release 961215
by Alexandre Julliard
· 28 years ago
wine-961215
75d86e1
Release 961117
by Alexandre Julliard
· 28 years ago
wine-961117
bf9130a
Release 961013
by Alexandre Julliard
· 28 years ago
wine-961013
1e37a18
Release 960818
by Alexandre Julliard
· 29 years ago
wine-960818
8cc3a5e
Release 960811
by Alexandre Julliard
· 29 years ago
wine-960811
18f92e7
Release 960717
by Alexandre Julliard
· 29 years ago
wine-960717
d90840e
Release 960611
by Alexandre Julliard
· 29 years ago
wine-960611
2d93d00
Release 960521
by Alexandre Julliard
· 29 years ago
wine-960521
1285c2f
Release 960506
by Alexandre Julliard
· 29 years ago
wine-960506
2ace16a
Release 960428
by Alexandre Julliard
· 29 years ago
wine-960428
329f068
Release 960414
by Alexandre Julliard
· 29 years ago
wine-960414
c981d0b
Release 960331
by Alexandre Julliard
· 29 years ago
wine-960331
59730ae
Release 960324
by Alexandre Julliard
· 29 years ago
wine-960324
d471965
Release 951212
by Alexandre Julliard
· 29 years ago
wine-951212
ade697e
Release 951124
by Alexandre Julliard
· 29 years ago
wine-951124
902da69
Release 951105
by Alexandre Julliard
· 29 years ago
wine-951105
af0bae5
Release 951003
by Alexandre Julliard
· 29 years ago
wine-951003
808cb04
Release 950817
by Alexandre Julliard
· 30 years ago
wine-950817
e2991ea
Release 950727
by Alexandre Julliard
· 30 years ago
wine-950727
Next »