mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
[REACTOS] Use the RT_* resource type defines where possible (#6023)
And use the self-documenting `MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL)` instead of `0` for the `LDR_RESOURCE_INFO::Language` structure member.
This commit is contained in:
parent
111c8cc62a
commit
1b564c1ba8
6 changed files with 21 additions and 18 deletions
|
@ -14,7 +14,6 @@
|
|||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <winuser.h>
|
||||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/cmfuncs.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue