This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
wine
Watch
1
Star
0
Fork
0
You've already forked wine
mirror of
https://github.com/reactos/wine.git
synced
2024-12-12 22:05:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
99f54153f5
wine
/
dlls
/
kernel
/
kernel.rc
6 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improved FormatMessage: - Added full support for FORMAT_MESSAGE_FROM_SYSTEM - Implemented language search as documented - Illegal combinations of options trapped. - Message table for system messages added.
2000-07-25 17:53:58 +00:00
#include "locale_rc.rc"
Use .mc.rc extension for rc files generated by the message compiler.
2000-11-06 05:30:48 +00:00
#include "messages/winerr_enu.mc.rc"
Add version information (16 and 32 bit) to core built-in dlls: krnl386.exe/kernel32.dll, user.exe/user32.dll, gdi.exe/gdi32.dll. Provide a way for reading version information using standard API: GetFileVersionInfoSize -> GetFileVersionInfo -> VerQueryValue.
2001-02-23 20:37:13 +00:00
#include "version.rc"
Reference in New Issue
Copy Permalink