Sign in
goma
/
wine
/
d0862c365baa914036de25a64ba2c6f2014dffa3
/
tools
/
winebuild
/
res32.c
2aae74d
Factor out a couple of useful helper functions.
by Alexandre Julliard
· 20 years ago
80083b1
Store RVAs instead of pointers wherever possible in the generated NT
by Alexandre Julliard
· 20 years ago
9f49889
Now that everything is done in assembly in the spec file, directly
by Alexandre Julliard
· 20 years ago
41177ca
Output the resource data in assembly too.
by Alexandre Julliard
· 20 years ago
261e376
Fixed a number of pointer to integer conversions that wouldn't work
by Alexandre Julliard
· 20 years ago
e6c7669
Generate the NT header in assembly instead of using a C structure.
by Alexandre Julliard
· 20 years ago
88aa4b5
Byteswap the resources if we detect that the header is in the wrong endianness.
by Alexandre Julliard
· 20 years ago
2d7e976
Fixed signedness warnings.
by Marcus Meissner
· 20 years ago
a583b25
Generate the resource data directly inside the resource directory.
by Alexandre Julliard
· 20 years ago
523d94a
-Wunsigned fixes.
by Jon Griffiths
· 20 years ago
86d4a70
Fill in the proper offsets in the resource directory instead of
by Alexandre Julliard
· 21 years ago
d3f8f78
- added size information about most of the generated thunks (import,
by Eric Pouech
· 21 years ago
8611e65
Store all information about the current dll in a structure instead of
by Alexandre Julliard
· 21 years ago
5bcf35a
Add printf format attributes & fix the warnings.
by Richard Cohen
· 22 years ago
e37c6e1
Fixed header dependencies to be fully compatible with the Windows
by Alexandre Julliard
· 22 years ago
0c2c71b
Resource names don't need a case-sensitive comparison; this avoids
by Alexandre Julliard
· 22 years ago
310de88
Check file header to differentiate between object files and resources
by Alexandre Julliard
· 22 years ago
c63d980
Include protection for <unistd.h>, <sys/types.h> and <sys/stat.h>.
by Dmitry Timoshkov
· 23 years ago
894b188
Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
by Alexandre Julliard
· 23 years ago
235da79
Made winebuild (almost) compile and work on Windows.
by Patrik Stridvall
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
a85b0a6
Added checking for mmap.
by Hidenori Takeshima
· 24 years ago
abe635c
Get rid of some warnings about unused variables, signed/unsigned
by Joerg Mayer
· 24 years ago
cbeb644
Added support for loading .res files for 16-bit resources.
by Alexandre Julliard
· 24 years ago
2d83b63
Fixed OFFSETOF macro definition for gcc 2.96.
by David Elliott
· 24 years ago
003e24c
Added support for loading Win32 .res files.
by Alexandre Julliard
· 24 years ago